Searched defs:readDouble (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java506 double readDouble() throws IOException; method in interface:DataInput
H A DDataInputStream.java450 * See the general contract of the <code>readDouble</code>
467 public final double readDouble() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java891 public final double readDouble() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java1004 public double readDouble() throws IOException { method in class:ObjectInputStream
1005 return bin.readDouble();
2857 public double readDouble() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
2862 return din.readDouble();
3022 v[off++] = din.readDouble();
/libcore/ojluni/src/main/java/java/sql/
H A DSQLInput.java159 double readDouble() throws SQLException; method in interface:SQLInput
/libcore/dex/src/main/java/com/android/dex/
H A DEncodedValueReader.java170 public double readDouble() { method in class:EncodedValueReader
242 readDouble();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DDataInputStreamTest.java109 * java.io.DataInputStream#readDouble()
116 .readDouble());
478 public double readDouble() throws IOException { method in class:DataInputStreamTest.TestDataInputStream

Completed in 329 milliseconds