public class EntireLayoutFloatSupplierSerializer extends Object implements FloatSupplierSerializer
| Constructor and Description |
|---|
EntireLayoutFloatSupplierSerializer(IOPeon ioPeon,
String filenameBase,
ByteOrder order) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float value) |
void |
close() |
void |
closeAndConsolidate(com.google.common.io.ByteSink consolidatedOut) |
long |
getSerializedSize() |
void |
open() |
int |
size() |
void |
writeToChannel(WritableByteChannel channel,
FileSmoosher smoosher) |
public void open()
throws IOException
open in interface FloatSupplierSerializerIOExceptionpublic int size()
size in interface FloatSupplierSerializerpublic void add(float value)
throws IOException
add in interface FloatSupplierSerializerIOExceptionpublic void closeAndConsolidate(com.google.common.io.ByteSink consolidatedOut)
throws IOException
closeAndConsolidate in interface FloatSupplierSerializerIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic long getSerializedSize()
getSerializedSize in interface FloatSupplierSerializerpublic void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
writeToChannel in interface FloatSupplierSerializerIOExceptionCopyright © 2011–2017. All rights reserved.