HomeSort by relevance Sort by last modified time
    Searched defs:EndOfSourceException (Results 1 - 2 of 2) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
EndOfSourceException.java 26 public class EndOfSourceException extends IOException {
30 public EndOfSourceException() {
SSLStreamedInput.java 45 * @throws org.conscrypt.EndOfSourceException if the end of the underlying
52 throw new EndOfSourceException();

Completed in 26 milliseconds