public class TInflaterInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected byte[] |
buf |
protected TInflater |
inf |
protected int |
len |
in
Constructor and Description |
---|
TInflaterInputStream(InputStream is) |
TInflaterInputStream(InputStream is,
TInflater inf) |
TInflaterInputStream(InputStream is,
TInflater inf,
int bsize) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
protected void |
fill() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] buffer,
int off,
int nbytes) |
void |
reset() |
long |
skip(long nbytes) |
read
protected TInflater inf
protected byte[] buf
protected int len
public TInflaterInputStream(InputStream is)
public TInflaterInputStream(InputStream is, TInflater inf)
public TInflaterInputStream(InputStream is, TInflater inf, int bsize)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buffer, int off, int nbytes) throws IOException
read
in class FilterInputStream
IOException
protected void fill() throws IOException
IOException
public long skip(long nbytes) throws IOException
skip
in class FilterInputStream
IOException
public int available() throws IOException
available
in class FilterInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
public void mark(int readlimit)
mark
in class FilterInputStream
public void reset() throws IOException
reset
in class FilterInputStream
IOException
public boolean markSupported()
markSupported
in class FilterInputStream
Copyright © 2019. All rights reserved.