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

/libcore/luni/src/main/java/libcore/io/
H A DBufferIterator.java61 public abstract short readShort(); method in class:BufferIterator
H A DNioBufferIterator.java70 public short readShort() { method in class:NioBufferIterator
/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java376 short readShort() throws IOException; method in interface:DataInput
H A DDataInputStream.java295 * See the general contract of the <code>readShort</code>
311 public final short readShort() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java723 public final short readShort() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java802 short s0 = bin.readShort();
803 short s1 = bin.readShort();
949 public short readShort() throws IOException { method in class:ObjectInputStream
950 return bin.readShort();
2797 public short readShort() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
2802 return din.readShort();
2937 v[off++] = din.readShort();
/libcore/ojluni/src/main/java/java/sql/
H A DSQLInput.java111 short readShort() throws SQLException; method in interface:SQLInput
/libcore/dex/src/main/java/com/android/dex/
H A DEncodedValueReader.java140 public short readShort() { method in class:EncodedValueReader
227 readShort();
H A DDex.java532 public short readShort() { method in class:Dex.Section
537 return readShort() & 0xffff;
556 result[i] = readShort();
654 readShort(); // padding
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DDataInputStreamTest.java424 * java.io.DataInputStream#readShort()
430 assertTrue("Incorrect short read", dis.readShort() == (short) 9875);
505 public short readShort() throws IOException { method in class:DataInputStreamTest.TestDataInputStream
/libcore/luni/src/test/java/libcore/util/
H A DZoneInfoTest.java525 public short readShort() { method in class:ZoneInfoTest.ByteBufferIterator

Completed in 830 milliseconds