public class LittleEndianByteBufInputStream extends ByteBufInputStream
| Constructor and Description |
|---|
LittleEndianByteBufInputStream(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedShort() |
available, close, mark, markSupported, read, read, readBoolean, readByte, readBytes, readFully, readFully, readLine, readUnsignedByte, readUTF, reset, skip, skipBytesreadpublic LittleEndianByteBufInputStream(ByteBuf buffer)
public char readChar()
throws IOException
readChar in interface DataInputreadChar in class ByteBufInputStreamIOExceptionpublic double readDouble()
throws IOException
readDouble in interface DataInputreadDouble in class ByteBufInputStreamIOExceptionpublic float readFloat()
throws IOException
readFloat in interface DataInputreadFloat in class ByteBufInputStreamIOExceptionpublic short readShort()
throws IOException
readShort in interface DataInputreadShort in class ByteBufInputStreamIOExceptionpublic int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputreadUnsignedShort 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–2022 NukkitX. All rights reserved.