| Methods in net.sf.filePiper.model with parameters of type FileProcessorEnvironment |
void |
OneToOneByteFileProcessor.endBatch(FileProcessorEnvironment env)
|
void |
FileProcessor.endBatch(FileProcessorEnvironment env)
Notification that the current batch is finished. |
abstract void |
OneToOneTextFileProcessor.process(BufferedReader in,
BufferedWriter out,
FileProcessorEnvironment env)
|
void |
OneToOneTextFileProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
OneToOneByteFileProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
FileProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
Request to process the given input stream. |
void |
OneToOneTextFileProcessor.process(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
abstract void |
OneToOneByteFileProcessor.process(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
OneToOneByteFileProcessor.startBatch(FileProcessorEnvironment env)
|
void |
FileProcessor.startBatch(FileProcessorEnvironment env)
Notification that the processing of a batch of file is starting. |
| Methods in net.sf.filePiper.processors with parameters of type FileProcessorEnvironment |
void |
ChunkProcessor.chunkInBytes(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
ChunkProcessor.chunkInLines(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
ZipProcessor.endBatch(FileProcessorEnvironment env)
|
void |
UnzipProcessor.endBatch(FileProcessorEnvironment env)
|
void |
SearchProcessor.endBatch(FileProcessorEnvironment env)
|
void |
Pdf2JpegProcessor.endBatch(FileProcessorEnvironment env)
|
void |
NoOutputProcessor.endBatch(FileProcessorEnvironment env)
|
void |
ListFilesProcessor.endBatch(FileProcessorEnvironment env)
|
void |
ChunkProcessor.endBatch(FileProcessorEnvironment env)
|
void |
ReplaceProcessor.process(BufferedReader in,
BufferedWriter out,
FileProcessorEnvironment env)
|
void |
BreakLinesProcessor.process(BufferedReader in,
BufferedWriter out,
FileProcessorEnvironment env)
|
void |
SearchProcessor.process(BufferedReader in,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
ZipProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
UnzipProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
SearchProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
Pdf2JpegProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
NoOutputProcessor.process(InputStream is,
InputFileInfo line,
FileProcessorEnvironment env)
|
void |
ListFilesProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
ChunkProcessor.process(InputStream is,
InputFileInfo info,
FileProcessorEnvironment env)
|
void |
TailProcessor.process(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
ImageSizerProcessor.process(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
HeadProcessor.process(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
CopyProcessor.process(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
TailProcessor.processBytes(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
HeadProcessor.processBytes(InputStream is,
OutputStream os,
FileProcessorEnvironment env)
|
void |
TailProcessor.processLines(BufferedReader in,
BufferedWriter out,
FileProcessorEnvironment env)
|
void |
HeadProcessor.processLines(BufferedReader in,
BufferedWriter out,
FileProcessorEnvironment env)
|
void |
ZipProcessor.startBatch(FileProcessorEnvironment env)
|
void |
UnzipProcessor.startBatch(FileProcessorEnvironment env)
|
void |
SearchProcessor.startBatch(FileProcessorEnvironment env)
|
void |
Pdf2JpegProcessor.startBatch(FileProcessorEnvironment env)
|
void |
NoOutputProcessor.startBatch(FileProcessorEnvironment env)
|
void |
ListFilesProcessor.startBatch(FileProcessorEnvironment env)
|
void |
ChunkProcessor.startBatch(FileProcessorEnvironment env)
|