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
IOException
void add(Object obj) throws IOException
IOException
long getSerializedSize()
void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOException
Copyright © 2011–2017. All rights reserved.