attrib4j.cfparse
Class CFCustomAttrInfo
java.lang.Object
|
+--com.ibm.toad.cfparse.attributes.AttrInfo
|
+--attrib4j.cfparse.CFCustomAttrInfo
- public class CFCustomAttrInfo
- extends com.ibm.toad.cfparse.attributes.AttrInfo
Fields inherited from class com.ibm.toad.cfparse.attributes.AttrInfo |
d_cp, d_depth, d_idxName, d_len |
Constructor Summary |
CFCustomAttrInfo(com.ibm.toad.cfparse.ConstantPool cp,
int idxName,
int depth)
|
Methods inherited from class com.ibm.toad.cfparse.attributes.AttrInfo |
getAttrs, getName, sindent, size, sort, uses |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CFCustomAttrInfo
public CFCustomAttrInfo(com.ibm.toad.cfparse.ConstantPool cp,
int idxName,
int depth)
setSerializedData
public void setSerializedData(byte[] serData)
getSerializedData
public byte[] getSerializedData()
read
public void read(java.io.DataInputStream in)
throws java.io.IOException
- Specified by:
read
in class com.ibm.toad.cfparse.attributes.AttrInfo
java.io.IOException
write
public void write(java.io.DataOutputStream out)
throws java.io.IOException
- Specified by:
write
in class com.ibm.toad.cfparse.attributes.AttrInfo
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class com.ibm.toad.cfparse.attributes.AttrInfo
Copyright © 2002-2003 Mark Pollack. All Rights Reserved.