public class RunLengthByteWriter extends Object
| Constructor and Description | 
|---|
| RunLengthByteWriter(PositionedOutputStream output) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | changeIv(Consumer<byte[]> modifier) | 
| 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()
public void changeIv(Consumer<byte[]> modifier)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.