Generated by
JDiff

Class java.io.ObjectStreamField

Documentation changed from old to new.

Changed Constructors
ObjectStreamField(String, Class) Documentation changed from old to new.
Create a Serializable field with the specified type.
 

Changed Methods
String getName() Documentation changed from old to new.
Get the name of this field.
int getOffset() Documentation changed from old to new.
Offset of field within instance data.
Class getType() Documentation changed from old to new.
Get the type of the field.
char getTypeCode() Documentation changed from old to new.
Returns character encoding of field type.
String getTypeString() Documentation changed from old to new.
Return the JVM type signature.
boolean isPrimitive() Documentation changed from old to new.
Return true if this field has a primitive type.
void setOffset(int) Documentation changed from old to new.
Offset within instance data.