Package net.lingala.zip4j.io.inputstream
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 TypeMethodDescriptionvoid
close()
void
prepareExtractionForFileHeader
(FileHeader fileHeader) int
read()
int
read
(byte[] b) int
read
(byte[] b, int off, int len) Methods inherited from class java.io.InputStream
available, mark, markSupported, reset, skip
-
Field Details
-
randomAccessFile
-
-
Constructor Details
-
NumberedSplitFileInputStream
- Throws:
IOException
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
prepareExtractionForFileHeader
- Specified by:
prepareExtractionForFileHeader
in classSplitFileInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-