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