- FlamByteInterface - Class in de.flam.flcbyt
-
This interface provides byte-wise or record-oriented sequential read and
write access to original files.
- FlamByteInterface() - Constructor for class de.flam.flcbyt.FlamByteInterface
-
Creates an instance for reading or writing files using the FLAM byte
interface.
- FlamByteInterface(Charset) - Constructor for class de.flam.flcbyt.FlamByteInterface
-
Creates an instance for reading or writing files using the FLAM byte
interface.
- FlamException - Exception in de.flam.flcbyt
-
- FlamException() - Constructor for exception de.flam.flcbyt.FlamException
-
- FlamException(String, Throwable) - Constructor for exception de.flam.flcbyt.FlamException
-
- FlamException(String) - Constructor for exception de.flam.flcbyt.FlamException
-
- FlamException(String, String) - Constructor for exception de.flam.flcbyt.FlamException
-
- FlamException(Throwable) - Constructor for exception de.flam.flcbyt.FlamException
-
- FlamInputStream - Class in de.flam.flcbyt
-
This InputStream provides sequential read access to original files.
- FlamInputStream(String, String) - Constructor for class de.flam.flcbyt.FlamInputStream
-
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 - Class in de.flam.flcbyt
-
This InputStream provides sequential write access to original files.
- FlamOutputStream(String, String) - Constructor for class de.flam.flcbyt.FlamOutputStream
-
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, String, String) - Constructor for class de.flam.flcbyt.FlamOutputStream
-
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.
- flush() - Method in class de.flam.flcbyt.FlamByteInterface
-
Flushes all internal buffers, i.e.
- flush() - Method in class de.flam.flcbyt.FlamOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out.