public class ByteInputStream
extends java.io.DataInputStream
| Constructor and Description |
|---|
ByteInputStream(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
read(int numberOfBytes) |
byte[] |
readAll() |
int |
readInteger() |
byte |
readSigned() |
int |
readUnsigned() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic byte[] read(int numberOfBytes)
throws java.io.IOException
java.io.IOExceptionpublic byte[] readAll()
throws java.io.IOException
java.io.IOExceptionpublic int readInteger()
throws java.io.IOException
java.io.IOExceptionpublic byte readSigned()
throws java.io.IOException
java.io.IOExceptionpublic int readUnsigned()
throws java.io.IOException
java.io.IOException