public class RunLengthByteWriter extends Object
| Constructor and Description |
|---|
RunLengthByteWriter(PositionedOutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
long |
estimateMemory() |
void |
flush() |
void |
getPosition(PositionRecorder recorder) |
void |
write(byte value) |
public RunLengthByteWriter(PositionedOutputStream output)
public void flush()
throws IOException
IOExceptionpublic void write(byte value)
throws IOException
IOExceptionpublic void getPosition(PositionRecorder recorder) throws IOException
IOExceptionpublic long estimateMemory()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.