Modifier and Type | Method and Description |
---|---|
void |
FlamByteInterface.close()
Closes the file previously opened.
|
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.
|
void |
FlamByteInterface.flush()
Flushes all internal buffers, i.e.
|
String |
FlamByteInterface.getInfo(String infoString,
InfoFormat format)
Retrieves various information about files, supported CCSIDs and
other things.
|
String |
FlamByteInterface.openRead(String fileString,
String formatString)
Uses the native FLAM byte interface (written in C) to open a normal file,
a member in a FLAM4FILE, a GZIP file or a member in a concatenated GZIP-,
BZIP- or XZ-File or any other supported file format for reading.
|
void |
FlamByteInterface.openWrite(String fileString,
String formatString,
String state)
Uses the native FLAM byte interface (written in C) to open a normal file,
a member in a FLAM4FILE, a GZIP file or a member in a concatenated GZIP-,
BZIP- or XZ-File or any other supported file format for writing.
|
Constructor and Description |
---|
FlamInputStream(String fileString,
String formatString)
Uses the native FLAM byte interface (written in C) to open a normal
file, a member in a FLAM4FILE, a GZIP file or a member in a concatenated
GZIP-, BZIP- or XZ-File or any other supported file format as an
InputStream.
|
FlamOutputStream(String fileString,
String formatString)
Uses the native FLAM byte interface (written in C) to open a normal
file, a member in a FLAM4FILE, a GZIP file or a member in a concatenated
GZIP-, BZIP- or XZ-File or any other supported file format as an
OutputStream.
|
FlamOutputStream(String fileString,
String formatString,
String state)
Uses the native FLAM byte interface (written in C) to open a normal
file, a member in a FLAM4FILE, a GZIP file or a member in a concatenated
GZIP-, BZIP- or XZ-File or any other supported file format as an
OutputStream.
|