public class InflaterInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
oneByteBuffer |
| Constructor and Description |
|---|
InflaterInputStream(net.lingala.zip4j.io.inputstream.CipherInputStream cipherInputStream,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
endOfEntryReached(InputStream inputStream) |
protected byte[] |
getLastReadRawDataCache() |
void |
pushBackInputStreamIfNecessary(PushbackInputStream pushbackInputStream) |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skippublic InflaterInputStream(net.lingala.zip4j.io.inputstream.CipherInputStream cipherInputStream,
int bufferSize)
public int read()
throws IOException
IOExceptionpublic int read(byte[] b)
throws IOException
IOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
IOExceptionpublic void endOfEntryReached(InputStream inputStream) throws IOException
IOExceptionpublic void pushBackInputStreamIfNecessary(PushbackInputStream pushbackInputStream) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionprotected byte[] getLastReadRawDataCache()
Copyright © 2021. All rights reserved.