public class CompressedIntsIndexedWriter extends SingleValueIndexedIntsWriter
Constructor and Description |
---|
CompressedIntsIndexedWriter(int chunkFactor,
CompressedObjectStrategy.CompressionStrategy compression,
GenericIndexedWriter<ResourceHolder<IntBuffer>> flattner) |
CompressedIntsIndexedWriter(IOPeon ioPeon,
String filenameBase,
int chunkFactor,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
Modifier and Type | Method and Description |
---|---|
protected void |
addValue(int val) |
void |
close() |
static CompressedIntsIndexedWriter |
create(IOPeon ioPeon,
String filenameBase,
CompressedObjectStrategy.CompressionStrategy compression) |
long |
getSerializedSize() |
void |
open() |
void |
writeToChannel(WritableByteChannel channel,
FileSmoosher smoosher) |
add
public CompressedIntsIndexedWriter(IOPeon ioPeon, String filenameBase, int chunkFactor, ByteOrder byteOrder, CompressedObjectStrategy.CompressionStrategy compression)
public CompressedIntsIndexedWriter(int chunkFactor, CompressedObjectStrategy.CompressionStrategy compression, GenericIndexedWriter<ResourceHolder<IntBuffer>> flattner)
public static CompressedIntsIndexedWriter create(IOPeon ioPeon, String filenameBase, CompressedObjectStrategy.CompressionStrategy compression)
public void open() throws IOException
IOException
protected void addValue(int val) throws IOException
addValue
in class SingleValueIndexedIntsWriter
IOException
public void close() throws IOException
IOException
public long getSerializedSize()
public void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOException
Copyright © 2011–2017. All rights reserved.