public interface DataOutputPlus
extends java.io.DataOutput
Modifier and Type | Method and Description |
---|---|
<R> R |
applyToChannel(com.google.common.base.Function<java.nio.channels.WritableByteChannel,R> c)
Safe way to operate against the underlying channel.
|
void |
write(java.nio.ByteBuffer buffer) |
void |
write(Memory memory,
long offset,
long length) |
void write(java.nio.ByteBuffer buffer) throws java.io.IOException
java.io.IOException
void write(Memory memory, long offset, long length) throws java.io.IOException
java.io.IOException
<R> R applyToChannel(com.google.common.base.Function<java.nio.channels.WritableByteChannel,R> c) throws java.io.IOException
java.io.IOException
Copyright © 2019 The Apache Software Foundation