public interface IndexedIntsWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object obj) |
long |
getSerializedSize() |
void |
open() |
void |
writeToChannel(WritableByteChannel channel,
FileSmoosher smoosher) |
void open() throws IOException
IOExceptionvoid add(Object obj) throws IOException
IOExceptionlong getSerializedSize()
void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.