public static class DecoderJNI.Wrapper extends Object
| Constructor and Description |
|---|
Wrapper(int inputBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
attachDictionary(ByteBuffer dictionary) |
void |
destroy()
Releases native resources.
|
protected void |
finalize() |
ByteBuffer |
getInputBuffer() |
DecoderJNI.Status |
getStatus() |
boolean |
hasOutput() |
ByteBuffer |
pull() |
void |
push(int length) |
public Wrapper(int inputBufferSize)
throws IOException
IOExceptionpublic boolean attachDictionary(ByteBuffer dictionary)
public void push(int length)
public DecoderJNI.Status getStatus()
public ByteBuffer getInputBuffer()
public boolean hasOutput()
public ByteBuffer pull()
public void destroy()
Copyright © 2024. All rights reserved.