public class JvmZlibStream extends java.lang.Object implements ZlibStream
| Constructor and Description |
|---|
JvmZlibStream(byte[] compressedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
int |
read(byte[] buffer)
Decompresses bytes in the provided buffer
|
public int read(byte[] buffer)
ZlibStreamread in interface ZlibStreambuffer - A byte array to receive bytespublic void dispose()
dispose in interface org.mini2Dx.gdx.utils.Disposable