public interface IntegerWriter
| Modifier and Type | Method and Description | 
|---|---|
| void | changeIv(Consumer<byte[]> modifier) | 
| long | estimateMemory()Estimate the amount of memory being used. | 
| void | flush()Flush the buffer | 
| void | getPosition(PositionRecorder recorder)Get position from the stream. | 
| void | write(long value)Write the integer value | 
void getPosition(PositionRecorder recorder) throws IOException
recorder - IOExceptionvoid write(long value)
    throws IOException
value - IOExceptionvoid flush()
    throws IOException
IOExceptionlong estimateMemory()
void changeIv(Consumer<byte[]> modifier)
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.