public class LittleEndianByteBufInputStream
extends io.netty.buffer.ByteBufInputStream
| Constructor and Description |
|---|
LittleEndianByteBufInputStream(io.netty.buffer.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(io.netty.buffer.ByteBuf buffer)
public short readShort()
throws IOException
readShort in interface DataInputreadShort in class io.netty.buffer.ByteBufInputStreamIOExceptionpublic long readLong()
throws IOException
readLong in interface DataInputreadLong in class io.netty.buffer.ByteBufInputStreamIOExceptionpublic int readInt()
throws IOException
readInt in interface DataInputreadInt in class io.netty.buffer.ByteBufInputStreamIOExceptionCopyright © 2018–2019 NukkitX. All rights reserved.