Uses of Class
net.sf.jmatchparser.util.split.SplitRule

Packages that use SplitRule
net.sf.jmatchparser.util.split This package contains an OutputStream that can be used for splitting larger files into chunks. 
 

Uses of SplitRule in net.sf.jmatchparser.util.split
 

Subclasses of SplitRule in net.sf.jmatchparser.util.split
 class CountSplitRule
          A split rule that creates a new output file every given number of bytes or lines.
 

Constructors in net.sf.jmatchparser.util.split with parameters of type SplitRule
SplitOutputStream(SplitOutputStream.StreamFactory factory, SplitRule rule)
          Create a new split output stream.
 



Copyright © 2011. All Rights Reserved.