Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DDataInput.java374 char readChar() throws IOException; in readChar() method
DDataInputStream.java362 public final char readChar() throws IOException { in readChar() method in DataInputStream
DRandomAccessFile.java792 public final char readChar() throws IOException { in readChar() method in RandomAccessFile
DObjectInputStream.java941 public char readChar() throws IOException { in readChar() method in ObjectInputStream
2796 public char readChar() throws IOException { in readChar() method in ObjectInputStream.BlockDataInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataInputStreamTest.java475 public char readChar() throws IOException { in readChar() method in DataInputStreamTest.TestDataInputStream
/libcore/ojluni/src/main/java/sun/security/x509/
DAVA.java571 private static int readChar(Reader in, String errMsg) throws IOException { in readChar() method in AVA