public class BitFieldWriter extends Object
Constructor and Description |
---|
BitFieldWriter(PositionedOutputStream output,
int bitSize) |
Modifier and Type | Method and Description |
---|---|
void |
changeIv(Consumer<byte[]> modifier) |
long |
estimateMemory() |
void |
flush() |
void |
getPosition(PositionRecorder recorder) |
void |
write(int value) |
public BitFieldWriter(PositionedOutputStream output, int bitSize) throws IOException
IOException
public void flush() throws IOException
IOException
public void write(int value) throws IOException
IOException
public void getPosition(PositionRecorder recorder) throws IOException
IOException
public long estimateMemory()
public void changeIv(Consumer<byte[]> modifier)
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.