public class LittleEndianByteBufInputStream extends ByteBufInputStream
| Constructor and Description |
|---|
LittleEndianByteBufInputStream(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
readInt() |
long |
readLong() |
short |
readShort() |
available, close, mark, markSupported, read, read, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readLine, readUnsignedByte, readUnsignedShort, readUTF, reset, skip, skipBytesreadpublic LittleEndianByteBufInputStream(ByteBuf buffer)
public short readShort()
throws IOException
readShort in interface DataInputreadShort in class ByteBufInputStreamIOExceptionpublic long readLong()
throws IOException
readLong in interface DataInputreadLong in class ByteBufInputStreamIOExceptionpublic int readInt()
throws IOException
readInt in interface DataInputreadInt in class ByteBufInputStreamIOExceptionCopyright © 2018–2019 NukkitX. All rights reserved.