Class DecoderJNI.Wrapper

java.lang.Object
com.aayushatharva.brotli4j.decoder.DecoderJNI.Wrapper
Enclosing class:
DecoderJNI

public static class DecoderJNI.Wrapper extends Object
  • Constructor Details

  • Method Details

    • attachDictionary

      public boolean attachDictionary(ByteBuffer dictionary)
    • push

      public void push(int length)
    • getStatus

      public DecoderJNI.Status getStatus()
    • getInputBuffer

      public ByteBuffer getInputBuffer()
    • hasOutput

      public boolean hasOutput()
    • pull

      public ByteBuffer pull()
    • destroy

      public void destroy()
      Releases native resources.
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable