unpickle(DataInputStream in) Unpickle an string from the given input stream.
the empty string defaults to a null object
Parameters: in - The input stream to unpickle from.
Create a description for a generic String attribute.
Parameters: name - The attribute name. Parameters: def - The default value for these attributes. Parameters: flags - The associated flags.
Is the given object a valid StringAttribute value ?
Parameters: obj - The object to test. A boolean true if value is valid.
getPickleLength
final public int getPickleLength(Object value)(Code)
Get the number of bytes required to save that attribute value.
Parameters: The - value about to be pickled. The number of bytes needed to pickle that value.
Pickle an string to the given output stream.
Parameters: out - The output stream to pickle to. Parameters: obj - The object to pickle. exception: IOException - If some IO error occured.
Unpickle an string from the given input stream.
the empty string defaults to a null object
Parameters: in - The input stream to unpickle from. An instance of String. exception: IOException - If some IO error occured.
Fields inherited from org.w3c.tools.resources.upgrade.Attribute