public class CompressedFloatsIndexedSupplier extends Object implements com.google.common.base.Supplier<IndexedFloats>
Modifier and Type | Field and Description |
---|---|
static byte |
LZF_VERSION |
static byte |
version |
Modifier and Type | Method and Description |
---|---|
static CompressedFloatsIndexedSupplier |
fromByteBuffer(ByteBuffer buffer,
ByteOrder order,
SmooshedFileMapper mapper) |
IndexedFloats |
get() |
long |
getSerializedSize() |
int |
size() |
void |
writeToChannel(WritableByteChannel channel) |
public static final byte LZF_VERSION
public static final byte version
public int size()
public IndexedFloats get()
get
in interface com.google.common.base.Supplier<IndexedFloats>
public long getSerializedSize()
public void writeToChannel(WritableByteChannel channel) throws IOException
IOException
public static CompressedFloatsIndexedSupplier fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper)
Copyright © 2011–2017. All rights reserved.