public class VSizeIndexedIntsWriter extends SingleValueIndexedIntsWriter
| Constructor and Description |
|---|
VSizeIndexedIntsWriter(IOPeon ioPeon,
String filenameBase,
int maxValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addValue(int val) |
void |
close() |
long |
getSerializedSize() |
void |
open() |
void |
writeToChannel(WritableByteChannel channel) |
addpublic void open()
throws IOException
IOExceptionprotected void addValue(int val)
throws IOException
addValue in class SingleValueIndexedIntsWriterIOExceptionpublic void close()
throws IOException
IOExceptionpublic long getSerializedSize()
public void writeToChannel(WritableByteChannel channel) throws IOException
IOExceptionCopyright © 2011–2016. All rights reserved.