Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DObjectStreamConstants.java92 public static final byte TC_RESET = (byte) 0x79; field
DObjectInputStream.java414 case TC_RESET: in checkReadPrimitiveTypes()
719 case TC_RESET: in readContent()
779 case TC_RESET: in readNonPrimitiveContent()
DObjectOutputStream.java553 output.writeByte(TC_RESET); in reset()