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
IOExceptionint size()
void add(float value) throws IOException
IOExceptionvoid closeAndConsolidate(com.google.common.io.ByteSink consolidatedOut)
throws IOException
IOExceptionlong getSerializedSize()
void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.