Package | Description |
---|---|
org.json.zip |
Modifier and Type | Class and Description |
---|---|
class |
Compressor
A compressor implements the compression behavior of JSONzip.
|
class |
Decompressor
JSONzip is a compression scheme for JSON text.
|
class |
Huff
A Huffman encoder/decoder.
|
class |
JSONzip
JSONzip is a binary-encoded JSON dialect.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PostMortem.postMortem(PostMortem pm)
Determine if two objects are equivalent.
|
boolean |
JSONzip.postMortem(PostMortem pm)
This method is used for testing the implementation of JSONzip.
|
boolean |
Huff.postMortem(PostMortem pm)
Compare two Huffman tables.
|
Copyright © 2014. All Rights Reserved.