java.io
Class ObjectInputStream.GetField
java.lang.Object
java.io.ObjectInputStream.GetField
- Enclosing class:
- ObjectInputStream
public abstract static class ObjectInputStream.GetField
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectInputStream.GetField
public ObjectInputStream.GetField()
getObjectStreamClass
public abstract ObjectStreamClass getObjectStreamClass()
defaulted
public abstract boolean defaulted(String var0)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract boolean get(String var0,
boolean var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract char get(String var0,
char var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract byte get(String var0,
byte var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract short get(String var0,
short var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract int get(String var0,
int var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract long get(String var0,
long var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract float get(String var0,
float var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract double get(String var0,
double var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
get
public abstract Object get(String var0,
Object var1)
throws IOException,
IllegalArgumentException
- Throws:
IOException
IllegalArgumentException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.