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

/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java440 float readFloat() throws IOException; method in interface:DataInput
H A DDataInputStream.java425 * See the general contract of the <code>readFloat</code>
442 public final float readFloat() throws IOException { method in class:DataInputStream
H A DRandomAccessFile.java944 public final float readFloat() throws IOException { method in class:RandomAccessFile
H A DObjectInputStream.java995 public float readFloat() throws IOException { method in class:ObjectInputStream
996 return bin.readFloat();
2846 public float readFloat() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
2851 return din.readFloat();
2994 v[off++] = din.readFloat();
/libcore/ojluni/src/main/java/java/sql/
H A DSQLInput.java147 float readFloat() throws SQLException; method in interface:SQLInput
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DDataInputStreamTest.java121 * java.io.DataInputStream#readFloat()
127 assertTrue("Incorrect float read", dis.readFloat() == 29.08764f);
483 public float readFloat() throws IOException { method in class:DataInputStreamTest.TestDataInputStream

Completed in 24 milliseconds