MCPcopy Index your code
hub / github.com/apache/tomcat / readObject

Method readObject

java/org/apache/tomcat/util/buf/ByteChunk.java:164–168  ·  view source on GitHub ↗

Deserializes this ByteChunk, restoring the charset. @param ois the object input stream @throws ClassNotFoundException if the class is not found @throws IOException if an I/O error occurs

(ObjectInputStream ois)

Source from the content-addressed store, hash-verified

162 * @throws IOException if an I/O error occurs
163 */
164 @Serial
165 private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException {
166 ois.defaultReadObject();
167 this.charset = Charset.forName(ois.readUTF());
168 }
169
170
171 @Override

Callers 15

testSerializationMethod · 0.45
initMethod · 0.45
testSerializationMethod · 0.45
testSerializationMethod · 0.45
readExternalMethod · 0.45
readExternalMethod · 0.45
readExternalMethod · 0.45
readExternalMethod · 0.45
readExternalMethod · 0.45

Calls 1

forNameMethod · 0.80

Tested by 7

testSerializationMethod · 0.36
initMethod · 0.36
testSerializationMethod · 0.36
testSerializationMethod · 0.36