Home
last modified time | relevance | path

Searched defs:readInt (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBufferIterator.java50 public abstract int readInt(); in readInt() method in BufferIterator
DNioBufferIterator.java59 public int readInt() { in readInt() method in NioBufferIterator
DHeapBufferIterator.java61 public int readInt() { in readInt() method in HeapBufferIterator
/libcore/luni/src/main/java/java/io/
DDataInput.java152 public abstract int readInt() throws IOException; in readInt() method
DDataInputStream.java123 public final int readInt() throws IOException { in readInt() method in DataInputStream
DRandomAccessFile.java438 public final int readInt() throws IOException { in readInt() method in RandomAccessFile
DObjectInputStream.java1393 public int readInt() throws IOException { in readInt() method in ObjectInputStream
/libcore/luni/src/main/java/java/sql/
DSQLInput.java97 public int readInt() throws SQLException; in readInt() method
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidPipedStreamTest.java262 int readInt = (((int) readBytes[i] & 0xff) << 24) in testC() local
/libcore/luni/src/main/java/libcore/net/http/
DHttpResponseCache.java453 private int readInt(InputStream in) throws IOException { in readInt() method in HttpResponseCache.Entry