Class NumberedSplitFileInputStream
java.lang.Object
java.io.InputStream
net.lingala.zip4j.io.inputstream.SplitFileInputStream
net.lingala.zip4j.io.inputstream.NumberedSplitFileInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
A split input stream for zip file split with 7-zip. They end with .zip.001, .zip.002, etc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidprepareExtractionForFileHeader(FileHeader fileHeader) intread()intread(byte[] b) intread(byte[] b, int off, int len) Methods inherited from class InputStream
available, mark, markSupported, reset, skip
-
Field Details
-
randomAccessFile
-
-
Constructor Details
-
NumberedSplitFileInputStream
- Throws:
IOException
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
prepareExtractionForFileHeader
- Specified by:
prepareExtractionForFileHeaderin classSplitFileInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-