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

/libcore/luni/src/main/java/java/io/
H A DObjectInputStream.java696 throw corruptStream(tc);
700 private StreamCorruptedException corruptStream(byte tc) throws StreamCorruptedException { method in class:ObjectInputStream
749 throw corruptStream(tc);
814 throw corruptStream(tc);
1565 throw corruptStream(tc);
1621 throw corruptStream(tc);

Completed in 21 milliseconds