public class sun.io.ByteToCharCp834 extends sun.io.ByteToCharDBCS_ONLY_EBCDIC
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharCp834
super_class: sun.io.ByteToCharDBCS_ONLY_EBCDIC
{
public java.lang.String getCharacterEncoding();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "Cp834"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharCp834;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.<init>:()V
1: aload 0
ldc 65520
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.mask1:I
2: aload 0
bipush 15
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.mask2:I
3: aload 0
iconst_4
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.shift:I
4: aload 0
invokestatic sun.nio.cs.ext.IBM933.getDecoderIndex1:()[S
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.index1:[S
5: aload 0
invokestatic sun.nio.cs.ext.IBM933.getDecoderIndex2:()Ljava/lang/String;
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.index2:Ljava/lang/String;
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/io/ByteToCharCp834;
public int convert(byte[], int, int, char[], int, int);
descriptor: ([BII[CII)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
aload 1
iload 2
iload 3
aload 4
iload 5
iload 6
invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.convert:([BII[CII)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
public void reset();
descriptor: ()V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.reset:()V
return
LocalVariableTable:
Start End Slot Name Signature
public int flush(char[], int, int);
descriptor: ([CII)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
iload 3
invokespecial sun.io.ByteToCharDBCS_ONLY_EBCDIC.flush:([CII)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws sun.io.MalformedInputException
}
SourceFile: "ByteToCharCp834.java"