Interface OutputStreamWithSplitZipSupport
-
- All Known Implementing Classes:
CountingOutputStream,SplitOutputStream
public interface OutputStreamWithSplitZipSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCurrentSplitFileCounter()longgetFilePointer()
-
-
-
Method Detail
-
getFilePointer
long getFilePointer() throws IOException- Throws:
IOException
-
getCurrentSplitFileCounter
int getCurrentSplitFileCounter()
-
-