Method readByte()
Return type: byte
Member of:
java.io.DataInputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
major = inp.readByte();
2
byte type = in.readByte();
3
byte tag= in.readByte();
4
int b = readByte();
5
in.readByte();
6
int b1 = ((din.readByte() & 0xff) << 16);
7
byte char1 = istream.readByte();
8
if (in.readByte() == Modbus.COIL_ON) {
9
this(file.readByte(), -1, constant_pool);
10
int size = dis.readByte();
11
byteCheck[0]=inputStream.readByte();
12
byte signature = xci.readByte();
13
byte code = is.readByte();
14
byte aByte = dataInput.readByte ();
15
bstr[ i ] = is.readByte();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.