public final class PagedBytes.PagedBytesDataOutput extends DataOutput
| Constructor | Description |
|---|---|
PagedBytesDataOutput() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getPosition() |
Return the current byte position.
|
void |
writeByte(byte b) |
Writes a single byte.
|
void |
writeBytes(byte[] b,
int offset,
int length) |
Writes an array of bytes.
|
copyBytes, writeBytes, writeChars, writeChars, writeInt, writeLong, writeShort, writeString, writeStringStringMap, writeVInt, writeVLongpublic void writeByte(byte b)
DataOutputwriteByte in class DataOutputDataInput.readByte()public void writeBytes(byte[] b,
int offset,
int length)
throws IOException
DataOutputwriteBytes in class DataOutputb - the bytes to writeoffset - the offset in the byte arraylength - the number of bytes to writeIOExceptionDataInput.readBytes(byte[],int,int)public long getPosition()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.