public class JvmZlibStream extends java.lang.Object implements ZlibStream
| Constructor and Description |
|---|
JvmZlibStream(byte[] compressedData) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
read(byte[] buffer) |
public void read(byte[] buffer)
read in interface ZlibStreampublic void dispose()
dispose in interface org.mini2Dx.gdx.utils.Disposable