Class TInflater

java.lang.Object
org.teavm.classlib.java.util.zip.TInflater

public class TInflater extends Object
  • Constructor Details

    • TInflater

      public TInflater()
    • TInflater

      public TInflater(boolean noHeader)
  • Method Details

    • end

      public void end()
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • 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

      public int inflate(byte[] buf) throws TDataFormatException
      Throws:
      TDataFormatException
    • inflate

      public int inflate(byte[] buf, int off, int nbytes) throws TDataFormatException
      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)