class org.apache.tools.zip.ZipFile$Entry extends org.apache.tools.zip.ZipEntry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.tools.zip.ZipFile$Entry
super_class: org.apache.tools.zip.ZipEntry
{
private final org.apache.tools.zip.ZipFile$OffsetEntry offsetEntry;
descriptor: Lorg/apache/tools/zip/ZipFile$OffsetEntry;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.apache.tools.zip.ZipFile$OffsetEntry);
descriptor: (Lorg/apache/tools/zip/ZipFile$OffsetEntry;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.tools.zip.ZipFile$Entry this
start local 1 // org.apache.tools.zip.ZipFile$OffsetEntry offset
0: .line 1023
aload 0 /* this */
invokespecial org.apache.tools.zip.ZipEntry.<init>:()V
1: .line 1024
aload 0 /* this */
aload 1 /* offset */
putfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
2: .line 1025
return
end local 1 // org.apache.tools.zip.ZipFile$OffsetEntry offset
end local 0 // org.apache.tools.zip.ZipFile$Entry this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/tools/zip/ZipFile$Entry;
0 3 1 offset Lorg/apache/tools/zip/ZipFile$OffsetEntry;
MethodParameters:
Name Flags
offset final
org.apache.tools.zip.ZipFile$OffsetEntry getOffsetEntry();
descriptor: ()Lorg/apache/tools/zip/ZipFile$OffsetEntry;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.apache.tools.zip.ZipFile$Entry this
0: .line 1028
aload 0 /* this */
getfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
areturn
end local 0 // org.apache.tools.zip.ZipFile$Entry this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/tools/zip/ZipFile$Entry;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 // org.apache.tools.zip.ZipFile$Entry this
0: .line 1033
iconst_3
aload 0 /* this */
invokespecial org.apache.tools.zip.ZipEntry.hashCode:()I
imul
1: .line 1034
aload 0 /* this */
getfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
getfield org.apache.tools.zip.ZipFile$OffsetEntry.headerOffset:J
ldc 2147483647
lrem
l2i
2: .line 1033
iadd
ireturn
end local 0 // org.apache.tools.zip.ZipFile$Entry this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/tools/zip/ZipFile$Entry;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 // org.apache.tools.zip.ZipFile$Entry this
start local 1 // java.lang.Object other
0: .line 1039
aload 0 /* this */
aload 1 /* other */
invokespecial org.apache.tools.zip.ZipEntry.equals:(Ljava/lang/Object;)Z
ifeq 10
1: .line 1041
aload 1 /* other */
checkcast org.apache.tools.zip.ZipFile$Entry
astore 2 /* otherEntry */
start local 2 // org.apache.tools.zip.ZipFile$Entry otherEntry
2: .line 1042
aload 0 /* this */
getfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
getfield org.apache.tools.zip.ZipFile$OffsetEntry.headerOffset:J
3: .line 1043
aload 2 /* otherEntry */
getfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
getfield org.apache.tools.zip.ZipFile$OffsetEntry.headerOffset:J
4: .line 1042
lcmp
ifne 9
5: .line 1044
aload 0 /* this */
getfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
getfield org.apache.tools.zip.ZipFile$OffsetEntry.dataOffset:J
6: .line 1045
aload 2 /* otherEntry */
getfield org.apache.tools.zip.ZipFile$Entry.offsetEntry:Lorg/apache/tools/zip/ZipFile$OffsetEntry;
getfield org.apache.tools.zip.ZipFile$OffsetEntry.dataOffset:J
7: .line 1044
lcmp
ifne 9
8: .line 1042
iconst_1
ireturn
StackMap locals: org.apache.tools.zip.ZipFile$Entry
StackMap stack:
9: iconst_0
ireturn
end local 2 // org.apache.tools.zip.ZipFile$Entry otherEntry
10: .line 1047
StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 // java.lang.Object other
end local 0 // org.apache.tools.zip.ZipFile$Entry this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/tools/zip/ZipFile$Entry;
0 11 1 other Ljava/lang/Object;
2 10 2 otherEntry Lorg/apache/tools/zip/ZipFile$Entry;
MethodParameters:
Name Flags
other final
}
SourceFile: "ZipFile.java"
NestHost: org.apache.tools.zip.ZipFile
InnerClasses:
private Entry = org.apache.tools.zip.ZipFile$Entry of org.apache.tools.zip.ZipFile
private final OffsetEntry = org.apache.tools.zip.ZipFile$OffsetEntry of org.apache.tools.zip.ZipFile