public interface IntegerWriter
| Modifier and Type | Method and Description |
|---|---|
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()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.