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

/libcore/luni/src/main/java/java/io/
H A DDataInput.java179 public abstract long readLong() throws IOException; method in interface:DataInput
H A DDataInputStream.java108 return Double.longBitsToDouble(readLong());
163 public final long readLong() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java362 return Double.longBitsToDouble(readLong());
499 public final long readLong() throws IOException { method in class:RandomAccessFile
842 * @see #readLong()
H A DObjectInputStream.java1035 element.fieldValue = input.readLong();
1125 long j = input.readLong();
1424 public long readLong() throws IOException { method in class:ObjectInputStream
1425 return primitiveTypes.readLong();
1492 longArray[i] = input.readLong();
1731 newClassDesc.setSerialVersionUID(input.readLong());
1938 long length = input.readLong();
/libcore/luni/src/main/java/java/sql/
H A DSQLInput.java33 * directly. Reader methods such as {@code readLong} and {@code readBytes}
107 public long readLong() throws SQLException; method in interface:SQLInput

Completed in 64 milliseconds