Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/io/
DObjectStreamConstants.java45 public static final byte TC_NULL = (byte) 0x70; field
DObjectInputStream.java668 case TC_NULL: in readClassDesc()
715 case TC_NULL: in readContent()
775 case TC_NULL: in readNonPrimitiveContent()
1537 case TC_NULL: in readEnumDesc()
DObjectOutputStream.java1468 output.writeByte(TC_NULL); in writeNull()
1719 output.writeByte(TC_NULL); in writeEnumDesc()