Class ClassFileEntry
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
- Direct Known Subclasses:
Attribute
,ByteCode
,ConstantPoolEntry
,CPMember
The abstract superclass for all types of class file entries.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
doWrite
(DataOutputStream dos) abstract boolean
protected ClassFileEntry[]
abstract int
hashCode()
protected int
protected void
resolve
(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entries.abstract String
toString()
final void
write
(DataOutputStream dos)
-
Field Details
-
NONE
-
-
Constructor Details
-
ClassFileEntry
public ClassFileEntry()
-
-
Method Details
-
doWrite
- Throws:
IOException
-
equals
-
getNestedClassFileEntries
-
hashCode
-
objectHashCode
-
resolve
Allows the constant pool entries to resolve their nested entries.- Parameters:
pool
- TODO
-
toString
-
write
- Throws:
IOException
-