API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.io. ObjectInputStream.GetField View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ObjectInputStream.GetField
Implements
Subclasses
Description
publicabstractstatic abstract class ObjectInputStream.GetField
Provide access to the persistent fields read from the input stream.
See also:   
Constructors
public ObjectInputStream.GetField ()
Methods
Hide/Show inherited methods
publicabstract boolean defaulted (String name) throws IOException
  Return true if the named field is defaulted and has no value in this stream.
publicabstract boolean get (String name, boolean val) throws IOException
  Get the value of the named boolean field from the persistent field.
publicabstract byte get (String name, byte val) throws IOException
  Get the value of the named byte field from the persistent field.
publicabstract char get (String name, char val) throws IOException
  Get the value of the named char field from the persistent field.
publicabstract double get (String name, double val) throws IOException
  Get the value of the named double field from the persistent field.
publicabstract float get (String name, float val) throws IOException
  Get the value of the named float field from the persistent field.
publicabstract int get (String name, int val) throws IOException
  Get the value of the named int field from the persistent field.
publicabstract long get (String name, long val) throws IOException
  Get the value of the named long field from the persistent field.
publicabstract Object get (String name, Object val) throws IOException
  Get the value of the named Object field from the persistent field.
publicabstract short get (String name, short val) throws IOException
  Get the value of the named short field from the persistent field.
publicabstract ObjectStreamClass getObjectStreamClass ()
  Get the ObjectStreamClass that describes the fields in the stream.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar