Searched refs:TC_ENDBLOCKDATA (Results 1 – 6 of 6) sorted by relevance
98 final static byte TC_ENDBLOCKDATA = (byte)0x78; field
1319 bout.writeByte(TC_ENDBLOCKDATA); in writeProxyDesc()1348 bout.writeByte(TC_ENDBLOCKDATA); in writeNonProxyDesc()1517 bout.writeByte(TC_ENDBLOCKDATA); in writeExternalData()1554 bout.writeByte(TC_ENDBLOCKDATA); in writeSerialData()
1430 case TC_ENDBLOCKDATA: in readObject0()2074 case TC_ENDBLOCKDATA: in skipCustomData()
133 … assertEquals(dis.readByte(), ObjectStreamConstants.TC_ENDBLOCKDATA); // end of classdesc in assertSerializedBySer()162 … assertEquals(dis.readByte(), ObjectStreamConstants.TC_ENDBLOCKDATA); // end of blockdata in assertSerializedBySer()188 out.writeByte(ObjectStreamConstants.TC_ENDBLOCKDATA); in assertNotSerializable()
170 dos.writeByte(ObjectStreamConstants.TC_ENDBLOCKDATA); // end of classdesc in deserialize()176 dos.writeByte(ObjectStreamConstants.TC_ENDBLOCKDATA); // end of blockdata in deserialize()
158 dos.writeByte(ObjectStreamConstants.TC_ENDBLOCKDATA); in test_hijrahSerialization_format()