Searched defs:readShort (Results 1 - 5 of 5) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/io/
H A DDataInput.java210 public abstract short readShort() throws IOException; method in interface:DataInput
H A DDataInputStream.java388 public final short readShort() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java653 public final short readShort() throws IOException { method in class:RandomAccessFile
1090 * @see #readShort()
H A DObjectInputStream.java1082 short numFields = input.readShort();
1180 element.fieldValue = Short.valueOf(input.readShort());
1271 input.readShort());
1663 shortArray[i] = input.readShort();
2379 public short readShort() throws IOException { method in class:ObjectInputStream
2380 return primitiveTypes.readShort();
2395 if (input.readShort() == STREAM_MAGIC
2396 && input.readShort() == STREAM_VERSION) {
/dalvik/libcore/sql/src/main/java/java/sql/
H A DSQLInput.java94 public short readShort() throws SQLException; method in interface:SQLInput

Completed in 17 milliseconds