private class CompressionStream.PositionQuant extends CompressionStreamElement
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
value |
absolute, length, lengthMask, quantizationMask, shift| Constructor and Description |
|---|
CompressionStream.PositionQuant(int value) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
quantize(CompressionStream s,
HuffmanTable t)
Computes the quantized representation of this stream element.
|
java.lang.String |
toString() |
computeLengthShift, computeLengthShift, computeLengthShift, outputCommandvoid quantize(CompressionStream s, HuffmanTable t)
CompressionStreamElementquantize in class CompressionStreamElements - CompressionStream associated with this elementt - HuffmanTable for collecting data about the quantized
representation of this elementpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.