|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 . |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |