public class NonCompressor extends java.lang.Object implements ValueCompressor
Constructor and Description |
---|
NonCompressor(boolean emitEach) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TagValue> |
flush()
Tells the compressor to return any values it can.
|
java.util.List<TagValue> |
putValue(TagValue value)
Places a value into the compressor to be processed.
|
public java.util.List<TagValue> putValue(TagValue value)
ValueCompressor
putValue
in interface ValueCompressor
public java.util.List<TagValue> flush()
ValueCompressor
flush
in interface ValueCompressor