Modifier and Type | Method and Description |
---|---|
static StatisticFormat |
StatisticFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatisticFormat[] |
StatisticFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
FlamInputStream.close(boolean success,
StatisticFormat statsFormat)
Closes this InputStream and releases any system resources associated
with the stream.
|
String |
FlamByteInterface.close(boolean success,
StatisticFormat statsFormat)
Closes the file previously opened.
|
String |
FlamOutputStream.close(StatisticFormat statsFormat)
Closes this OutputStream and releases any system resources associated
with the stream.
|
String |
FlamByteInterface.close(StatisticFormat statsFormat)
Closes the file previously opened.
|