public interface FloatSupplierSerializer extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
add(float value) |
void |
closeAndConsolidate(com.google.common.io.ByteSink consolidatedOut) |
long |
getSerializedSize() |
void |
open() |
int |
size() |
void |
writeToChannel(WritableByteChannel channel,
FileSmoosher smoosher) |
void open() throws IOException
IOException
int size()
void add(float value) throws IOException
IOException
void closeAndConsolidate(com.google.common.io.ByteSink consolidatedOut) throws IOException
IOException
long getSerializedSize()
void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOException
Copyright © 2011–2017. All rights reserved.