Package jminusminus
Class CLDeprecatedAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLDeprecatedAttribute
Representation of Deprecated_attribute structure.
- 
Field SummaryFields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLDeprecatedAttribute(int attributeNameIndex, long attributeLength) Construct a CLDeprecatedAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Constructor Details- 
CLDeprecatedAttributepublic CLDeprecatedAttribute(int attributeNameIndex, long attributeLength) Construct a CLDeprecatedAttribute object.- Parameters:
- attributeNameIndex- Deprecated_attribute.attribute_name_index item.
- attributeLength- Deprecated_attribute.attribute_length item.
 
 
- 
- 
Method Details- 
writeWrite the contents of this attribute to the specified output stream.- Overrides:
- writein class- CLAttributeInfo
- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
 
-