Searched defs:readUnsignedShort (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DDataInput.java215 public abstract int readUnsignedShort() throws IOException; method in interface:DataInput
H A DDataInputStream.java181 public final int readUnsignedShort() throws IOException { method in class:DataInputStream
186 return decodeUTF(readUnsignedShort());
200 return decodeUTF(in.readUnsignedShort(), in);
H A DRandomAccessFile.java553 public final int readUnsignedShort() throws IOException { method in class:RandomAccessFile
575 int utfSize = readUnsignedShort();
859 * @see DataInput#readUnsignedShort()
H A DObjectInputStream.java2138 public int readUnsignedShort() throws IOException { method in class:ObjectInputStream
2139 return primitiveTypes.readUnsignedShort();

Completed in 136 milliseconds