public class CompressedFloatsSupplierSerializer extends Object
| Constructor and Description |
|---|
CompressedFloatsSupplierSerializer(int sizePer,
GenericIndexedWriter<ResourceHolder<FloatBuffer>> flattener) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float value) |
void |
closeAndConsolidate(com.google.common.io.OutputSupplier<? extends OutputStream> consolidatedOut) |
static CompressedFloatsSupplierSerializer |
create(IOPeon ioPeon,
String filenameBase,
ByteOrder order) |
static CompressedFloatsSupplierSerializer |
create(IOPeon ioPeon,
String filenameBase,
int sizePer,
ByteOrder order) |
void |
open() |
int |
size() |
public CompressedFloatsSupplierSerializer(int sizePer,
GenericIndexedWriter<ResourceHolder<FloatBuffer>> flattener)
public static CompressedFloatsSupplierSerializer create(IOPeon ioPeon, String filenameBase, ByteOrder order) throws IOException
IOExceptionpublic static CompressedFloatsSupplierSerializer create(IOPeon ioPeon, String filenameBase, int sizePer, ByteOrder order) throws IOException
IOExceptionpublic void open()
throws IOException
IOExceptionpublic int size()
public void add(float value)
throws IOException
IOExceptionpublic void closeAndConsolidate(com.google.common.io.OutputSupplier<? extends OutputStream> consolidatedOut) throws IOException
IOExceptionCopyright © 2015. All rights reserved.