DelayableLittleEndianOutput
ContinuableRecordOutput
, LittleEndianByteArrayOutputStream
, LittleEndianOutputStream
public interface LittleEndianOutput
Modifier and Type | Method | Description |
---|---|---|
void |
write(byte[] b) |
|
void |
write(byte[] b,
int offset,
int len) |
|
void |
writeByte(int v) |
|
void |
writeDouble(double v) |
|
void |
writeInt(int v) |
|
void |
writeLong(long v) |
|
void |
writeShort(int v) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.