public interface WritableSupplier<T>
extends com.google.common.base.Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
long |
getSerializedSize() |
void |
writeToChannel(WritableByteChannel channel) |
long getSerializedSize()
void writeToChannel(WritableByteChannel channel) throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.