Package org.teavm.classlib.java.util.zip
Class TInflater
java.lang.Object
org.teavm.classlib.java.util.zip.TInflater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
end()
protected void
finalize()
boolean
finished()
int
getAdler()
long
long
int
int
int
int
inflate(byte[] buf)
int
inflate(byte[] buf, int off, int nbytes)
boolean
boolean
void
reset()
void
setDictionary(byte[] buf)
void
setDictionary(byte[] buf, int off, int nbytes)
void
setInput(byte[] buf)
void
setInput(byte[] buf, int off, int nbytes)
-
Constructor Details
-
TInflater
public TInflater() -
TInflater
public TInflater(boolean noHeader)
-
-
Method Details
-
end
public void end() -
finalize
protected void finalize() -
finished
public boolean finished() -
getAdler
public int getAdler() -
getBytesRead
public long getBytesRead() -
getBytesWritten
public long getBytesWritten() -
getRemaining
public int getRemaining() -
getTotalIn
public int getTotalIn() -
getTotalOut
public int getTotalOut() -
inflate
- Throws:
TDataFormatException
-
inflate
- Throws:
TDataFormatException
-
needsDictionary
public boolean needsDictionary() -
needsInput
public boolean needsInput() -
reset
public void reset() -
setDictionary
public void setDictionary(byte[] buf) -
setDictionary
public void setDictionary(byte[] buf, int off, int nbytes) -
setInput
public void setInput(byte[] buf) -
setInput
public void setInput(byte[] buf, int off, int nbytes)
-