Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DObjectStreamConstants.java57 final static byte TC_NULL = (byte)0x70; field
DObjectInputStream.java1327 case TC_NULL: in readObject0()
1415 case TC_NULL: in readTypeString()
1438 if (bin.readByte() != TC_NULL) { in readNull()
1508 case TC_NULL: in readClassDesc()
DObjectOutputStream.java1237 bout.writeByte(TC_NULL); in writeNull()