Class TextFileOutputData.FileStreamsList
java.lang.Object
org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsList
- Enclosing class:
- TextFileOutputData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String filename, TextFileOutputData.FileStream fileStreams) voidvoidcloseOldestOpenFile(boolean removeFileFromCollection) voidcloseStream(OutputStream outputStream) voidflushOpenFiles(boolean closeAfterFlush) intintsize()
-
Constructor Details
-
FileStreamsList
public FileStreamsList()
-
-
Method Details
-
getStream
-
closeOldestOpenFile
- Throws:
IOException
-
flushOpenFiles
- Throws:
IOException
-
getLastFileName
-
getLastStream
-
getNumOpenFiles
public int getNumOpenFiles() -
closeFile
- Throws:
IOException
-
closeStream
- Throws:
IOException
-
size
public int size() -
add
-