Home
last modified time | relevance | path

Searched defs:readUnsignedShort (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java368 int readUnsignedShort() throws IOException; in readUnsignedShort() method
DDataInputStream.java343 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStream
DRandomAccessFile.java847 public final int readUnsignedShort() throws IOException { in readUnsignedShort() method in RandomAccessFile
DObjectInputStream.java1019 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream
3178 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java514 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in DataInputStreamTest.TestDataInputStream
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java136 public final int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in RandomAccessFile
DObjectInputStream.java135 public int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in ObjectInputStream
440 public int readUnsignedShort() throws java.io.IOException { in readUnsignedShort() method in ObjectInputStream.BlockDataInputStream