Searched refs:readClassDescriptor (Results 1 – 4 of 4) sorted by relevance
303 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in MockObjectInputStream305 ObjectStreamClass osc = super.readClassDescriptor(); in readClassDescriptor()389 protected ObjectStreamClass readClassDescriptor() in readClassDescriptor() method in MyObjectInputStream
150 readClassDescriptor(); in test()
601 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in ObjectInputStreamTest.ObjectInputStreamWithReadDesc1052 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in ObjectInputStreamTest.ObjectInputStreamWithReadDesc11054 return super.readClassDescriptor(); in readClassDescriptor()1152 Object obj = ois.readClassDescriptor(); in test_readClassDescriptor()1165 obj = ois.readClassDescriptor(); in test_readClassDescriptor()1180 obj = ois.readClassDescriptor(); in test_readClassDescriptor()1195 obj = ois.readClassDescriptor(); in test_readClassDescriptor()1252 public ObjectStreamClass readClassDescriptor() throws IOException, in readClassDescriptor() method in ObjectInputStreamTest.ObjectIutputStreamWithReadDesc21254 ObjectStreamClass osc = super.readClassDescriptor(); in readClassDescriptor()1386 … protected ObjectStreamClass readClassDescriptor() throws IOException, ClassNotFoundException { in readClassDescriptor() method in ObjectInputStreamTest.TestObjectInputStream
827 protected ObjectStreamClass readClassDescriptor() in readClassDescriptor() method in ObjectInputStream1602 readDesc = readClassDescriptor(); in readNonProxyDesc()