Is the given object a valid FileAttribute value ?
Parameters: obj - The object to test. A boolean true if okay.
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 File 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 File from the given input stream.
Parameters: in - The input stream to unpickle from. An instance of File. exception: IOException - If some IO error occured.
Fields inherited from org.w3c.tools.resources.upgrade.Attribute