Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DObjectStreamConstants.java57 final static byte TC_NULL = (byte)0x70; field
DObjectInputStream.java1388 case TC_NULL: in readObject0()
1488 case TC_NULL: in readTypeString()
1511 if (bin.readByte() != TC_NULL) { in readNull()
1584 case TC_NULL: in readClassDesc()
DObjectOutputStream.java1253 bout.writeByte(TC_NULL); in writeNull()
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java134 assertEquals(dis.readByte(), ObjectStreamConstants.TC_NULL); // no superclasses in assertSerializedBySer()
189 out.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses in assertNotSerializable()
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZoneIdSerialization.java171 dos.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses in deserialize()