public class LittleEndianByteBufInputStream
extends io.netty.buffer.ByteBufInputStream
| Constructor and Description |
|---|
LittleEndianByteBufInputStream(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedShort() |
java.lang.String |
readUTF() |
public LittleEndianByteBufInputStream(io.netty.buffer.ByteBuf buffer)
public char readChar()
throws java.io.IOException
readChar in interface java.io.DataInputreadChar in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic double readDouble()
throws java.io.IOException
readDouble in interface java.io.DataInputreadDouble in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic float readFloat()
throws java.io.IOException
readFloat in interface java.io.DataInputreadFloat in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic short readShort()
throws java.io.IOException
readShort in interface java.io.DataInputreadShort in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic int readUnsignedShort()
throws java.io.IOException
readUnsignedShort in interface java.io.DataInputreadUnsignedShort in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic long readLong()
throws java.io.IOException
readLong in interface java.io.DataInputreadLong in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic int readInt()
throws java.io.IOException
readInt in interface java.io.DataInputreadInt in class io.netty.buffer.ByteBufInputStreamjava.io.IOExceptionpublic java.lang.String readUTF()
throws java.io.IOException
readUTF in interface java.io.DataInputreadUTF in class io.netty.buffer.ByteBufInputStreamjava.io.IOException