public class CompressedLongsIndexedSupplier extends Object implements com.google.common.base.Supplier<IndexedLongs>
Modifier and Type | Field and Description |
---|---|
static byte |
version |
Modifier and Type | Method and Description |
---|---|
CompressedLongsIndexedSupplier |
convertByteOrder(ByteOrder order) |
static CompressedLongsIndexedSupplier |
fromByteBuffer(ByteBuffer buffer,
ByteOrder order) |
static CompressedLongsIndexedSupplier |
fromLongBuffer(LongBuffer buffer,
ByteOrder byteOrder) |
static CompressedLongsIndexedSupplier |
fromLongBuffer(LongBuffer buffer,
int chunkFactor,
ByteOrder byteOrder) |
IndexedLongs |
get() |
long |
getSerializedSize() |
int |
size() |
void |
writeToChannel(WritableByteChannel channel) |
public static final byte version
public int size()
public IndexedLongs get()
get
in interface com.google.common.base.Supplier<IndexedLongs>
public long getSerializedSize()
public void writeToChannel(WritableByteChannel channel) throws IOException
IOException
public CompressedLongsIndexedSupplier convertByteOrder(ByteOrder order)
public static CompressedLongsIndexedSupplier fromByteBuffer(ByteBuffer buffer, ByteOrder order)
public static CompressedLongsIndexedSupplier fromLongBuffer(LongBuffer buffer, ByteOrder byteOrder)
public static CompressedLongsIndexedSupplier fromLongBuffer(LongBuffer buffer, int chunkFactor, ByteOrder byteOrder)
Copyright © 2015. All rights reserved.