ObjectInputStream

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:builtBy ObjectInputStream(InputStream in)
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html
https://www.w3.org/2000/01/rdf-schema#label ObjectInputStream
gptkbp:implementedIn ObjectInput interface
gptkbp:introducedIn gptkb:Java_1.1
gptkbp:language gptkb:Java
gptkbp:method close()
readBoolean()
readDouble()
readFloat()
readInt()
readObject()
readUTF()
gptkbp:partOf java.io package
gptkbp:superclass gptkb:InputStream
gptkbp:throws IOException
ClassNotFoundException
gptkbp:usedFor gptkb:ObjectOutputStream
deserializing objects
reading serialized data
gptkbp:bfsParent gptkb:Java_serialization
gptkbp:bfsLayer 7