public class Unzipper extends JSONzip
bcd, end, endOfNumber, int14, int4, int7, namehuff, namehuffext, namekeep, probe, stringhuff, stringhuffext, stringkeep, valuekeep, zipArrayString, zipArrayValue, zipEmptyArray, zipEmptyObject, zipFalse, zipNull, zipObject, zipTrue
Constructor and Description |
---|
Unzipper(BitReader bitreader)
Create a new unzipper.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
decode() |
boolean |
pad(int width)
The pad method skips the bits that padded a stream to fit some
allocation.
|
generate, postMortem
public Unzipper(BitReader bitreader)
bitreader
- The bitreader that this decoder will read from.public boolean pad(int width) throws JSONException
width
- The width of the pad field in bits.JSONException
public java.lang.Object decode() throws JSONException
JSONException