Class TDeflater

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

public class TDeflater extends Object
  • Field Details

  • Constructor Details

    • TDeflater

      public TDeflater()
    • TDeflater

      public TDeflater(int level)
    • TDeflater

      public TDeflater(int level, boolean noHeader)
  • Method Details

    • deflate

      public int deflate(byte[] buf)
    • deflate

      public int deflate(byte[] buf, int off, int nbytes)
    • end

      public void end()
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • finish

      public void finish()
    • finished

      public boolean finished()
    • getAdler

      public int getAdler()
    • getTotalIn

      public int getTotalIn()
    • getTotalOut

      public int getTotalOut()
    • 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)
    • setLevel

      public void setLevel(int level)
    • setStrategy

      public void setStrategy(int strategy)
    • getBytesRead

      public long getBytesRead()
    • getBytesWritten

      public long getBytesWritten()