Package org.brotli.wrapper.dec
Class DecoderJNI.Wrapper
java.lang.Object
org.brotli.wrapper.dec.DecoderJNI.Wrapper
- Enclosing class:
DecoderJNI
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long[]
private boolean
private final ByteBuffer
private DecoderJNI.Status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
attachDictionary
(ByteBuffer dictionary) void
destroy()
Releases native resources.protected void
finalize()
boolean
private void
pull()
void
push
(int length)
-
Field Details
-
context
private final long[] context -
inputBuffer
-
lastStatus
-
fresh
private boolean fresh
-
-
Constructor Details
-
Wrapper
- Throws:
IOException
-
-
Method Details