KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > ObjectInputStream.GetField

java.io
Class ObjectInputStream.GetField

java.lang.Object
  extended by java.io.ObjectInputStream.GetField
Enclosing class:
ObjectInputStream
See Also:
Top Examples, Source Code

public abstract boolean defaulted(String name)
                           throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean get(String name,
                            boolean val)
                     throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract byte get(String name,
                         byte val)
                  throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract char get(String name,
                         char val)
                  throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract double get(String name,
                           double val)
                    throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float get(String name,
                          float val)
                   throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int get(String name,
                        int val)
                 throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Object get(String name,
                           Object val)
                    throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract long get(String name,
                         long val)
                  throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract short get(String name,
                          short val)
                   throws IOException
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract ObjectStreamClass getObjectStreamClass()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInputStream.GetField()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags