public class LittleEndianByteBufOutputStream extends ByteBufOutputStream
| Constructor and Description |
|---|
LittleEndianByteBufOutputStream(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeInt(int val) |
void |
writeLong(long val) |
void |
writeShort(int val) |
buffer, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeUTF, writtenBytesclose, flushpublic LittleEndianByteBufOutputStream(ByteBuf buffer)
public void writeShort(int val)
throws IOException
writeShort in interface DataOutputwriteShort in class ByteBufOutputStreamIOExceptionpublic void writeLong(long val)
throws IOException
writeLong in interface DataOutputwriteLong in class ByteBufOutputStreamIOExceptionpublic void writeInt(int val)
throws IOException
writeInt in interface DataOutputwriteInt in class ByteBufOutputStreamIOExceptionCopyright © 2018–2019 NukkitX. All rights reserved.