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) FrameArrayAttribute(String, ResourceFrame[], int)
-  
   
  -   checkValue(Object) checkValue(Object)
-   Is the provided object a suitable value for this attribute ?
 If so, store it into the given store.
  
-   getPickleLength(Object) getPickleLength(Object)
-   Get number of bytes needed to pickle that attribute.
  
-   pickle(DataOutputStream, Object) pickle(DataOutputStream, Object)
-   Pickle an attribute of this type to the given stream.
  
-   unpickle(DataInputStream) unpickle(DataInputStream)
-   Unpickle an attribute of this type from the given stream.
   
 FrameArrayAttribute
FrameArrayAttribute
 public FrameArrayAttribute(String name,
                            ResourceFrame def[],
                            int flags)
   
 checkValue
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
getPickleLength
 public int getPickleLength(Object value)
  -  Get number of bytes needed to pickle that attribute.
   
- 
    -  Overrides:
    
-  getPickleLength in class Attribute
  
 
 pickle
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
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