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 a String array 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.
Turn a StringArray attribute into a String.
We use the normal property convention, which is to separate
each item with a |.
A String based encoding for that value.
Unpickle an String array from the given input stream.
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