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
IOExceptionpublic void flush()
           throws IOException
IOExceptionpublic void write(int 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.