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
IOException
Copyright © 2011–2015. All rights reserved.