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, reset
public PartInputStream(RandomAccessFile raf, long start, long len, UnzipEngine unzipEngine)
public int available()
available
in class BaseInputStream
public int read() throws IOException
read
in class BaseInputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
protected void checkAndReadAESMacBytes() throws IOException
IOException
public long skip(long amount) throws IOException
skip
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public void seek(long pos) throws IOException
seek
in class BaseInputStream
IOException
public UnzipEngine getUnzipEngine()
getUnzipEngine
in class BaseInputStream
Copyright © 2013. All rights reserved.