class org.apache.commons.codec.binary.BaseNCodec$Context extends java.lang.Object
{
int ibitWorkArea;
long lbitWorkArea;
byte[] buffer;
int pos;
int readPos;
boolean eof;
int currentLinePos;
int modulus;
void <init>()
{
org.apache.commons.codec.binary.BaseNCodec$Context v;
v := @this: org.apache.commons.codec.binary.BaseNCodec$Context;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.String toString()
{
byte[] v;
java.lang.Object[] v;
long v;
java.lang.Integer v, v, v, v, v;
java.lang.Long v;
int v, v, v, v, v;
java.lang.Boolean v;
java.lang.String v, v, v;
boolean v;
org.apache.commons.codec.binary.BaseNCodec$Context v;
java.lang.Class v;
v := @this: org.apache.commons.codec.binary.BaseNCodec$Context;
v = newarray (java.lang.Object)[9];
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
v[0] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: byte[] buffer>;
v = staticinvoke <java.util.Arrays: java.lang.String toString(byte[])>(v);
v[1] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: int currentLinePos>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[2] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: boolean eof>;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
v[3] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: int ibitWorkArea>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[4] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: long lbitWorkArea>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
v[5] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: int modulus>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[6] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: int pos>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[7] = v;
v = v.<org.apache.commons.codec.binary.BaseNCodec$Context: int readPos>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[8] = v;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>("%s[buffer=%s, currentLinePos=%s, eof=%s, ibitWorkArea=%s, lbitWorkArea=%s, modulus=%s, pos=%s, readPos=%s]", v);
return v;
}
}