All Packages Class Hierarchy This Package Previous Next Index
Class w3c.tools.store.FrameArrayAttribute
java.lang.Object
|
+----w3c.tools.store.Attribute
|
+----w3c.tools.store.FrameArrayAttribute
- public class FrameArrayAttribute
- extends Attribute
-
FrameArrayAttribute(String, ResourceFrame[], int)
-
-
checkValue(Object)
- Is the provided object a suitable value for this attribute ?
If so, store it into the given store.
-
getPickleLength(Object)
- Get number of bytes needed to pickle that attribute.
-
pickle(DataOutputStream, Object)
- Pickle an attribute of this type to the given stream.
-
unpickle(DataInputStream)
- Unpickle an attribute of this type from the given stream.
FrameArrayAttribute
public FrameArrayAttribute(String name,
ResourceFrame def[],
int flags)
checkValue
public boolean checkValue(Object value)
- Is the provided object a suitable value for this attribute ?
If so, store it into the given store.
- Overrides:
- checkValue in class Attribute
getPickleLength
public int getPickleLength(Object value)
- Get number of bytes needed to pickle that attribute.
- Overrides:
- getPickleLength in class Attribute
pickle
public void pickle(DataOutputStream out,
Object obj) throws IOException
- Pickle an attribute of this type to the given stream.
- Overrides:
- pickle in class Attribute
unpickle
public Object unpickle(DataInputStream in) throws IOException
- Unpickle an attribute of this type from the given stream.
- Overrides:
- unpickle in class Attribute
All Packages Class Hierarchy This Package Previous Next Index