public class com.sun.imageio.plugins.gif.GIFStreamMetadataFormatResources extends java.util.ListResourceBundle
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.imageio.plugins.gif.GIFStreamMetadataFormatResources
super_class: java.util.ListResourceBundle
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.util.ListResourceBundle.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/imageio/plugins/gif/GIFStreamMetadataFormatResources;
protected java.lang.Object[][] getContents();
descriptor: ()[[Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=1, args_size=1
start local 0 0: bipush 16
anewarray java.lang.Object[]
dup
iconst_0
1: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "Version"
aastore
dup
iconst_1
ldc "The file version, either 87a or 89a"
aastore
aastore
dup
iconst_1
2: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "LogicalScreenDescriptor"
aastore
dup
iconst_1
3: ldc "The logical screen descriptor, except for the global color table"
aastore
aastore
dup
iconst_2
4: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "GlobalColorTable"
aastore
dup
iconst_1
ldc "The global color table"
aastore
aastore
dup
iconst_3
5: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "ColorTableEntry"
aastore
dup
iconst_1
ldc "A global color table entry"
aastore
aastore
dup
iconst_4
6: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "Version/value"
aastore
dup
iconst_1
7: ldc "The version string"
aastore
aastore
dup
iconst_5
8: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "LogicalScreenDescriptor/logicalScreenWidth"
aastore
dup
iconst_1
9: ldc "The width in pixels of the whole picture"
aastore
aastore
dup
bipush 6
10: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "LogicalScreenDescriptor/logicalScreenHeight"
aastore
dup
iconst_1
11: ldc "The height in pixels of the whole picture"
aastore
aastore
dup
bipush 7
12: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "LogicalScreenDescriptor/colorResolution"
aastore
dup
iconst_1
13: ldc "The number of bits of color resolution, beteen 1 and 8"
aastore
aastore
dup
bipush 8
14: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "LogicalScreenDescriptor/pixelAspectRatio"
aastore
dup
iconst_1
15: ldc "If 0, indicates square pixels, else W/H = (value + 15)/64"
aastore
aastore
dup
bipush 9
16: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "GlobalColorTable/sizeOfGlobalColorTable"
aastore
dup
iconst_1
17: ldc "The number of entries in the global color table"
aastore
aastore
dup
bipush 10
18: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "GlobalColorTable/backgroundColorIndex"
aastore
dup
iconst_1
19: ldc "The index of the color table entry to be used as a background"
aastore
aastore
dup
bipush 11
20: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "GlobalColorTable/sortFlag"
aastore
dup
iconst_1
21: ldc "True if the global color table is sorted by frequency"
aastore
aastore
dup
bipush 12
22: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "ColorTableEntry/index"
aastore
dup
iconst_1
ldc "The index of the color table entry"
aastore
aastore
dup
bipush 13
23: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "ColorTableEntry/red"
aastore
dup
iconst_1
24: ldc "The red value for the color table entry"
aastore
aastore
dup
bipush 14
25: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "ColorTableEntry/green"
aastore
dup
iconst_1
26: ldc "The green value for the color table entry"
aastore
aastore
dup
bipush 15
27: iconst_2
anewarray java.lang.Object
dup
iconst_0
ldc "ColorTableEntry/blue"
aastore
dup
iconst_1
28: ldc "The blue value for the color table entry"
aastore
aastore
29: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Lcom/sun/imageio/plugins/gif/GIFStreamMetadataFormatResources;
}
SourceFile: "GIFStreamMetadataFormatResources.java"