Class DeprecatedAttribute
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
-
- org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
-
- org.apache.commons.compress.harmony.unpack200.bytecode.DeprecatedAttribute
-
public class DeprecatedAttribute extends Attribute
Deprecated class file attribute.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
-
Constructor Summary
Constructors Constructor Description DeprecatedAttribute()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getLength()
static void
setAttributeName(CPUTF8 cpUTF8Value)
java.lang.String
toString()
protected void
writeBody(java.io.DataOutputStream dos)
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
doWrite, equals, getAttributeName, getLengthIncludingHeader, getNestedClassFileEntries, hasBCIRenumbering, hashCode, isSourceFileAttribute, resolve
-
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
-
-
-
Constructor Detail
-
DeprecatedAttribute
public DeprecatedAttribute()
-
-
Method Detail
-
setAttributeName
public static void setAttributeName(CPUTF8 cpUTF8Value)
-
writeBody
protected void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
-
toString
public java.lang.String toString()
- Specified by:
toString
in classClassFileEntry
-
-