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
IOException
public void write(byte value) throws IOException
IOException
public void getPosition(PositionRecorder recorder) throws IOException
IOException
public long estimateMemory()
public void changeIv(Consumer<byte[]> modifier)
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.