public class PartInputStream extends BaseInputStream
| Constructor and Description |
|---|
PartInputStream(RandomAccessFile raf,
long start,
long len,
UnzipEngine unzipEngine) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
protected void |
checkAndReadAESMacBytes() |
void |
close() |
UnzipEngine |
getUnzipEngine() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
seek(long pos) |
long |
skip(long amount) |
mark, markSupported, resetpublic PartInputStream(RandomAccessFile raf, long start, long len, UnzipEngine unzipEngine)
public int available()
available in class BaseInputStreampublic int read()
throws IOException
read in class BaseInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionprotected void checkAndReadAESMacBytes()
throws IOException
IOExceptionpublic long skip(long amount)
throws IOException
skip in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void seek(long pos)
throws IOException
seek in class BaseInputStreamIOExceptionpublic UnzipEngine getUnzipEngine()
getUnzipEngine in class BaseInputStreamCopyright © 2013. All rights reserved.