|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.scsu.SCSU
public abstract class SCSU
Encoding text data in Unicode often requires more storage than using an existing 8-bit character set and limited to the subset of characters actually found in the text. The Unicode Compression Algorithm reduces the necessary storage while retaining the universality of Unicode. A full description of the algorithm can be found in document http://www.unicode.org/unicode/reports/tr6.html Summary The goal of the Unicode Compression Algorithm is the abilty to Express all code points in Unicode Approximate storage size for traditional character sets Work well for short strings Provide transparency for Latin-1 data Support very simple decoders Support simple as well as sophisticated encoders If needed, further compression can be achieved by layering standard file or disk-block based compression algorithms on top.
Constructor Summary | |
---|---|
SCSU()
|
Method Summary | |
---|---|
static boolean |
isCompressible(char ch)
whether a character is compressible |
void |
reset()
reset is only needed to bail out after an exception and restart with new input |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SCSU()
Method Detail |
---|
public static boolean isCompressible(char ch)
public void reset()
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |