Package net.sf.jmatchparser.util.split

This package contains an OutputStream that can be used for splitting larger files into chunks.

See:
          Description

Interface Summary
SplitOutputStream.StreamFactory Factory used to create new streams whenever the stream has to be split.
 

Class Summary
CountSplitRule A split rule that creates a new output file every given number of bytes or lines.
FileOutputStreamFactory Output stream factory that creates file output streams.
SplitOutputStream Output stream that can split the output into multiple streams/files, and may optionally add a header and/or footer to each stream.
SplitRule A rule where to split a SplitOutputStream.
 

Package net.sf.jmatchparser.util.split Description

This package contains an OutputStream that can be used for splitting larger files into chunks. A SplitRule is used to determine where to split the stream. Each part can also receive a fixed header and/or footer.



Copyright © 2011. All Rights Reserved.