class com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry
super_class: java.lang.Object
{
public final javax.imageio.plugins.tiff.TIFFTag tag;
descriptor: Ljavax/imageio/plugins/tiff/TIFFTag;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int type;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int count;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final long offset;
descriptor: J
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
void <init>(javax.imageio.plugins.tiff.TIFFTag, int, int, long);
descriptor: (Ljavax/imageio/plugins/tiff/TIFFTag;IIJ)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry.tag:Ljavax/imageio/plugins/tiff/TIFFTag;
2: aload 0
iload 2
putfield com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry.type:I
3: aload 0
iload 3
putfield com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry.count:I
4: aload 0
lload 4
putfield com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry.offset:J
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/imageio/plugins/tiff/TIFFIFD$TIFFIFDEntry;
0 6 1 tag Ljavax/imageio/plugins/tiff/TIFFTag;
0 6 2 type I
0 6 3 count I
0 6 4 offset J
MethodParameters:
Name Flags
tag
type
count
offset
}
SourceFile: "TIFFIFD.java"
NestHost: com.sun.imageio.plugins.tiff.TIFFIFD
InnerClasses:
private TIFFIFDEntry = com.sun.imageio.plugins.tiff.TIFFIFD$TIFFIFDEntry of com.sun.imageio.plugins.tiff.TIFFIFD