Method readShort()
Return type: short
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
return readShort();
2
m_RegisterValue = in.readShort();
3
setIndex(file.readShort());
4
elemID = dis.readShort();
5
short len = din.readShort();
6
short len = din.readShort();
7
int size = dis.readShort();
8
int arraySize = stream.readShort();
9
short elemSymbol = in.readShort();
10
events=inputStream.readShort();
11
int version = f.readShort();
12
int minor = dis.readShort();
13
int as = ((int) in.readShort() & 0xffff);
14
length=in.readShort();
15
index = bytes.getIndex() + bytes.readShort() - 1;
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.