Index
B C D E F G I J K L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- baseFile - Variable in class eu.steffo.cleaver.logic.stream.input.CleaverForkFileInputStream
- baseFile - Variable in class eu.steffo.cleaver.logic.stream.input.CleaverSimpleFileInputStream
-
The base (the
File
without *.c0 extension) of the file to read from. - baseFile - Variable in class eu.steffo.cleaver.logic.stream.input.CleaverSplitFileInputStream
- baseFile - Variable in class eu.steffo.cleaver.logic.stream.output.CleaverForkFileOutputStream
- baseFile - Variable in class eu.steffo.cleaver.logic.stream.output.CleaverSimpleFileOutputStream
-
The base (the
File
without *.c0 extension) of the file to write to. - baseFile - Variable in class eu.steffo.cleaver.logic.stream.output.CleaverSplitFileOutputStream
- BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.job.ChopJob
-
The size in bytes of the
BufferedInputStream
wrapping theFileInputStream
created whenChopJob.run()
is called to read the data from the file to be chopped. - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.job.StitchJob
-
The size in bytes of the
BufferedOutputStream
wrapping theFileOutputStream
created byStitchJob.run()
to reconstruct the original file. - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.stream.input.CleaverForkFileInputStream
-
The buffer size in bytes of the
BufferedInputStreams
created by this object (currently 8192). - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.stream.input.CleaverSimpleFileInputStream
-
The buffer size in bytes of the
BufferedInputStream
created by this object (currently 8192). - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.stream.input.CleaverSplitFileInputStream
-
The maximum buffer size in bytes of the
BufferedInputStreams
created by this object (currently 8192). - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.stream.output.CleaverForkFileOutputStream
-
The maaximum buffer size in bytes of the
BufferedOutputStreams
created by this object (currently 8192). - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.stream.output.CleaverSimpleFileOutputStream
-
The buffer size in bytes of the
BufferedOutputStream
created by this object (currently 8192). - BUFFER_SIZE - Static variable in class eu.steffo.cleaver.logic.stream.output.CleaverSplitFileOutputStream
-
The maximum buffer size in bytes of the
BufferedOutputStreams
created by this object (currently 8192).
All Classes All Packages