Package net.sf.filePiper.processors

Interface Summary
SizeAndUnit Interface allowing to set a size along with its units (usually 'lines' and 'bytes').
 

Class Summary
BreakLinesProcessor Processor replacing a pattern by line breaks.
ChunkProcessor Processor chunking an input file in a set of output files of fixed size (calculated in lines or bytes).
CopyProcessor Processor that simply copy the input stream to the ouput stream without content modification.
HeadProcessor Processor copying just the x first lines (or bytes) of a file.
ImageSizerProcessor Processor resizing an JPEG image file.
ListFilesProcessor Processor listing the name of the input files.
NoOutputProcessor Processor doing nothing with the input file and creating no ouput.
Pdf2JpegProcessor Processor extracting Jpeg images from Pdf files.
ReplaceProcessor Processor replacing an string by another in the input file.
SearchProcessor Processor searching a string in input file(s) -- like grep.
TailProcessor Processor copying just the x last lines (or bytes) of a file.
UnzipProcessor Processor zipping all input streams in one output zip.
ZipProcessor Processor zipping all input streams in one output zip.
 

Enum Summary
ImageSizerProcessor.ImageFormat  
 



Copyright © 2011. All Rights Reserved.