Class TextFileOutputData.FileStreamsList
java.lang.Object
org.pentaho.di.trans.steps.textfileoutput.TextFileOutputData.FileStreamsList
- Enclosing class:
- TextFileOutputData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(String filename, TextFileOutputData.FileStream fileStreams) void
void
closeOldestOpenFile
(boolean removeFileFromCollection) void
closeStream
(OutputStream outputStream) void
flushOpenFiles
(boolean closeAfterFlush) int
int
size()
-
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
-