public class NXCPDataInputStream extends DataInputStream
in| Constructor and Description |
|---|
NXCPDataInputStream(byte[] data) |
NXCPDataInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
long |
readUnsignedInt()
Read unsigned 32-bit integer from input stream
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic NXCPDataInputStream(InputStream in)
in - Input streampublic NXCPDataInputStream(byte[] data)
data - Byte array to read data frompublic long readUnsignedInt()
throws IOException
IOExceptionCopyright © 2014. All rights reserved.