public static interface ByteStream.RandomAccessOutput
void writeByte(long offset, byte value)
void writeInt(long offset, int value)
void reserve(int byteCount)
void write(int b)
void write(byte[] b) throws IOException
IOException
void write(byte[] b, int off, int len)
int getLength()
Copyright © 2017 The Apache Software Foundation. All rights reserved.