Home
last modified time | relevance | path

Searched defs:readFloat (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataInput.java440 float readFloat() throws IOException; in readFloat() method
DDataInputStream.java442 public final float readFloat() throws IOException { in readFloat() method in DataInputStream
DRandomAccessFile.java881 public final float readFloat() throws IOException { in readFloat() method in RandomAccessFile
DObjectInputStream.java996 public float readFloat() throws IOException { in readFloat() method in ObjectInputStream
2844 public float readFloat() throws IOException { in readFloat() method in ObjectInputStream.BlockDataInputStream
/libcore/ojluni/src/main/java/java/sql/
DSQLInput.java147 float readFloat() throws SQLException; in readFloat() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java483 public float readFloat() throws IOException { in readFloat() method in DataInputStreamTest.TestDataInputStream