public class NXCPDataInputStream extends DataInputStream
in
Constructor and Description |
---|
NXCPDataInputStream(byte[] data) |
NXCPDataInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
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, skipBytes
available, mark, markSupported, read, reset, skip
public NXCPDataInputStream(InputStream in)
in
- Input streampublic NXCPDataInputStream(byte[] data)
data
- Byte array to read data frompublic long readUnsignedInt() throws IOException
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
Copyright © 2015. All rights reserved.