public class CompressedLongsIndexedSupplier extends Object implements com.google.common.base.Supplier<IndexedLongs>
Modifier and Type | Field and Description |
---|---|
static byte |
LZF_VERSION |
static byte |
version |
Modifier and Type | Method and Description |
---|---|
static CompressedLongsIndexedSupplier |
fromByteBuffer(ByteBuffer buffer,
ByteOrder order,
SmooshedFileMapper fileMapper) |
IndexedLongs |
get() |
long |
getSerializedSize() |
int |
size() |
void |
writeToChannel(WritableByteChannel channel) |
public static final byte LZF_VERSION
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 static CompressedLongsIndexedSupplier fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper fileMapper)
Copyright © 2011–2017. All rights reserved.