📄 i.txt
字号:
a(exception3);
}
break MISSING_BLOCK_LABEL_132;
Exception exception1;
exception1;
try
{
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception4)
{
a("close QQDB record error:0");
a(exception4);
}
throw exception1;
}
public static void b()
{
RecordStore recordstore;
ByteArrayOutputStream bytearrayoutputstream;
DataOutputStream dataoutputstream;
recordstore = null;
bytearrayoutputstream = new ByteArrayOutputStream();
dataoutputstream = new DataOutputStream(bytearrayoutputstream);
Object obj = null;
int j;
recordstore = RecordStore.openRecordStore("QQDB", true);
j = recordstore.getNumRecords();
if(j < 1)
{
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception2)
{
a("close QQDB record error:1");
a(exception2);
}
return;
}
dataoutputstream.writeUTF(a_java_lang_String_static_fld);
dataoutputstream.writeUTF(b);
dataoutputstream.writeBoolean(a_boolean_static_fld);
byte abyte0[] = bytearrayoutputstream.toByteArray();
recordstore.setRecord(1, abyte0, 0, abyte0.length);
a("write QQDB record ok:1");
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception3)
{
a("close QQDB record error:1");
a(exception3);
}
break MISSING_BLOCK_LABEL_220;
Exception exception;
exception;
a("write QQDB record error:1");
a(exception);
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception4)
{
a("close QQDB record error:1");
a(exception4);
}
break MISSING_BLOCK_LABEL_220;
Exception exception1;
exception1;
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception5)
{
a("close QQDB record error:1");
a(exception5);
}
throw exception1;
}
public static void a()
{
RecordStore recordstore;
DataInputStream datainputstream;
recordstore = null;
Object obj = null;
datainputstream = null;
Object obj1 = null;
byte abyte0[];
recordstore = RecordStore.openRecordStore("QQDB", true);
int j = recordstore.getNumRecords();
if(j <= 0)
{
break MISSING_BLOCK_LABEL_114;
}
abyte0 = recordstore.getRecord(1);
if(abyte0 == null)
{
try
{
if(datainputstream != null)
{
datainputstream.close();
}
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception1)
{
a("close QQDB record error:1");
a(exception1);
}
return;
}
ByteArrayInputStream bytearrayinputstream = new ByteArrayInputStream(abyte0);
datainputstream = new DataInputStream(bytearrayinputstream);
a_java_lang_String_static_fld = datainputstream.readUTF();
b = datainputstream.readUTF();
a_boolean_static_fld = datainputstream.readBoolean();
a("read QQDB record ok:1");
try
{
if(datainputstream != null)
{
datainputstream.close();
}
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception2)
{
a("close QQDB record error:1");
a(exception2);
}
break MISSING_BLOCK_LABEL_284;
Object obj2;
obj2;
a("read QQDB record error:1");
a(((Exception) (obj2)));
try
{
if(datainputstream != null)
{
datainputstream.close();
}
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception3)
{
a("close QQDB record error:1");
a(exception3);
}
break MISSING_BLOCK_LABEL_284;
obj2;
a("read QQDB record error:1");
a(((Exception) (obj2)));
try
{
if(datainputstream != null)
{
datainputstream.close();
}
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception4)
{
a("close QQDB record error:1");
a(exception4);
}
break MISSING_BLOCK_LABEL_284;
Exception exception;
exception;
try
{
if(datainputstream != null)
{
datainputstream.close();
}
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception5)
{
a("close QQDB record error:1");
a(exception5);
}
throw exception;
}
public static void a(String s, String s1, boolean flag)
{
a_java_lang_String_static_fld = s;
b = s1;
a_boolean_static_fld = flag;
b();
}
public static String b()
{
return a_java_lang_String_static_fld.trim();
}
public static String a()
{
return b;
}
public static boolean a()
{
return a_boolean_static_fld;
}
public static void a(int ai[])
{
RecordStore recordstore;
ByteArrayOutputStream bytearrayoutputstream;
DataOutputStream dataoutputstream;
recordstore = null;
bytearrayoutputstream = new ByteArrayOutputStream();
dataoutputstream = new DataOutputStream(bytearrayoutputstream);
Object obj = null;
if(ai.length < 4)
{
return;
}
int j;
recordstore = RecordStore.openRecordStore("QQDB", true);
j = recordstore.getNumRecords();
if(j < 2)
{
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception2)
{
a("close QQDB record error:2");
a(exception2);
}
return;
}
for(int k = 0; k < 4; k++)
{
dataoutputstream.writeInt(ai[k]);
}
byte abyte0[] = bytearrayoutputstream.toByteArray();
recordstore.setRecord(2, abyte0, 0, abyte0.length);
a("write QQDB record ok:2");
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception3)
{
a("close QQDB record error:2");
a(exception3);
}
break MISSING_BLOCK_LABEL_233;
Exception exception;
exception;
a("write QQDB record error:2");
a(exception);
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception4)
{
a("close QQDB record error:2");
a(exception4);
}
break MISSING_BLOCK_LABEL_233;
Exception exception1;
exception1;
try
{
dataoutputstream.close();
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception5)
{
a("close QQDB record error:2");
a(exception5);
}
throw exception1;
}
public static int[] a()
{
RecordStore recordstore;
DataInputStream datainputstream;
int ai[];
recordstore = null;
Object obj = null;
datainputstream = null;
Object obj1 = null;
ai = new int[4];
byte abyte0[];
int ai1[];
recordstore = RecordStore.openRecordStore("QQDB", true);
int j = recordstore.getNumRecords();
if(j < 2)
{
break MISSING_BLOCK_LABEL_129;
}
abyte0 = recordstore.getRecord(2);
if(abyte0 != null)
{
break MISSING_BLOCK_LABEL_82;
}
ai1 = ai;
try
{
if(datainputstream != null)
{
datainputstream.close();
}
if(recordstore != null)
{
recordstore.closeRecordStore();
recordstore = null;
}
}
catch(Exception exception1)
{
a("close QQDB record error:2");
a(exception1);
}
return ai1;
ByteArrayInputStream bytearrayinputstream = new ByteArrayInputStream(abyte0);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -