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.java667 case TC_NULL: in readClassDesc()
714 case TC_NULL: in readContent()
774 case TC_NULL: in readNonPrimitiveContent()
1535 case TC_NULL: in readEnumDesc()
DObjectOutputStream.java1448 output.writeByte(TC_NULL); in writeNull()
1699 output.writeByte(TC_NULL); in writeEnumDesc()