Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DObjectInputStream.java670 throw corruptStream(tc); in readClassDesc()
674 private StreamCorruptedException corruptStream(byte tc) throws StreamCorruptedException { in corruptStream() method in ObjectInputStream
723 throw corruptStream(tc); in readContent()
788 throw corruptStream(tc); in readNonPrimitiveContent()
1538 throw corruptStream(tc); in readEnumDesc()
1597 throw corruptStream(tc); in readEnum()