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

Constructor Index

 o FrameArrayAttribute(String, ResourceFrame[], int)

Method Index

 o checkValue(Object)
Is the provided object a suitable value for this attribute ? If so, store it into the given store.
 o getPickleLength(Object)
Get number of bytes needed to pickle that attribute.
 o pickle(DataOutputStream, Object)
Pickle an attribute of this type to the given stream.
 o unpickle(DataInputStream)
Unpickle an attribute of this type from the given stream.

Constructors

 o FrameArrayAttribute
 public FrameArrayAttribute(String name,
                            ResourceFrame def[],
                            int flags)

Methods

 o 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
 o getPickleLength
 public int getPickleLength(Object value)
Get number of bytes needed to pickle that attribute.

Overrides:
getPickleLength in class Attribute
 o 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
 o 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