Searched defs:readDouble (Results 1 – 6 of 6) sorted by relevance
| /libcore/ojluni/src/main/java/java/io/ | ||
| D | DataInput.java | 460 double readDouble() throws IOException; in readDouble() method |
| D | DataInputStream.java | 464 public final double readDouble() throws IOException { in readDouble() method in DataInputStream |
| D | RandomAccessFile.java | 904 public final double readDouble() throws IOException { in readDouble() method in RandomAccessFile |
| D | ObjectInputStream.java | 1007 public double readDouble() throws IOException { in readDouble() method in ObjectInputStream |
| /libcore/ojluni/src/main/java/java/sql/ | ||
| D | SQLInput.java | 159 double readDouble() throws SQLException; in readDouble() method |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ | ||
| D | DataInputStreamTest.java | 479 public double readDouble() throws IOException { in readDouble() method in DataInputStreamTest.TestDataInputStream |