Searched refs:setEOF (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DSocketInputStream.java267 void setEOF(boolean eof) { method in class:SocketInputStream
H A DAbstractPlainSocketImpl.java517 socketInputStream.setEOF(true);
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java1162 bis.setEOF(true);
1228 public void setEOF(boolean eof) { method in class:ObjectInputStreamTest.ExceptionalBufferedInputStream

Completed in 69 milliseconds