Class DecoderJNI.Wrapper
java.lang.Object
org.brotli.wrapper.dec.DecoderJNI.Wrapper
- Enclosing class:
DecoderJNI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanattachDictionary(ByteBuffer dictionary) voiddestroy()Releases native resources.protected voidfinalize()booleanpull()voidpush(int length)
-
Constructor Details
-
Wrapper
- Throws:
IOException
-
-
Method Details
-
attachDictionary
-
push
public void push(int length) -
getStatus
-
getInputBuffer
-
hasOutput
public boolean hasOutput() -
pull
-
destroy
public void destroy()Releases native resources. -
finalize
-