public interface DataOutputPlus
extends java.io.DataOutput
Modifier and Type | Method and Description |
---|---|
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
Copyright © 2016 The Apache Software Foundation