Methods in com.healthmarketscience.jackcess.scsu that throw EndOfOutputException |
int |
Compress.outputSingleByteRun(char[] in,
byte[] out)
output a run of characters in single byte mode In single byte mode pass through characters in
the ASCII range, but quote characters overlapping with compression command codes. |
char |
Compress.outputUnicodeRun(char[] in,
byte[] out)
output a run of characters in Unicode mode A run of Unicode mode consists of characters which
are all in the range of non-compressible characters or isolated occurrence of any other
characters. |
int |
Compress.simpleCompress(char[] in,
int iStartIn,
byte[] out,
int iStartOut)
compress a Unicode character array with some simplifying assumptions |