net.sf.jmatchparser.util.split
Interface SplitOutputStream.StreamFactory

All Known Implementing Classes:
FileOutputStreamFactory
Enclosing class:
SplitOutputStream

public static interface SplitOutputStream.StreamFactory

Factory used to create new streams whenever the stream has to be split.


Method Summary
 OutputStream createOutputStream(int index)
          Create a new stream.
 

Method Detail

createOutputStream

OutputStream createOutputStream(int index)
                                throws IOException
Create a new stream.

Parameters:
index - Zero-based index of the stream
Throws:
IOException


Copyright © 2011. All Rights Reserved.