?? d.java
字號:
// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3)
package smsq;
import java.io.*;
import javax.microedition.io.Connector;
import javax.microedition.lcdui.List;
// Referenced classes of package smsq:
// a
public class d
{
public d()
{
}
public static List a(String s)
{
Object obj = null;
Object obj1 = null;
StringBuffer stringbuffer = new StringBuffer();
a = s;
byte abyte0[] = new byte[200];
int i = 0;
List list = new List("\u9009\u62E9\u77ED\u4FE1", 3);
System.gc();
try
{
String s1 = String.valueOf(String.valueOf((new StringBuffer("resource:")).append("smsq").append("\\res\\").append(s)));
InputStream inputstream = Connector.openInputStream(s1);
DataInputStream datainputstream = new DataInputStream(inputstream);
try
{
do
{
byte byte0 = datainputstream.readByte();
byte byte1 = datainputstream.readByte();
if(byte0 == 13 && byte1 == 0)
{
list.append(a.a(abyte0).toString().substring(2, 10), null);
i = 0;
abyte0 = null;
abyte0 = new byte[200];
}
abyte0[i++] = byte0;
abyte0[i++] = byte1;
} while(true);
}
catch(EOFException eofexception) { }
if(datainputstream == null)
datainputstream.close();
if(inputstream != null)
inputstream.close();
}
catch(Exception exception) { }
System.gc();
return list;
}
public static String a(int i)
{
Object obj = null;
Object obj1 = null;
byte abyte0[] = new byte[200];
int j = 0;
StringBuffer stringbuffer = new StringBuffer();
int k = 0;
try
{
InputStream inputstream = Connector.openInputStream(String.valueOf(String.valueOf((new StringBuffer("resource:")).append("smsq").append("\\res\\").append(a))));
DataInputStream datainputstream = new DataInputStream(inputstream);
do
{
try
{
byte byte0 = datainputstream.readByte();
byte byte1 = datainputstream.readByte();
if(byte0 == 13 && byte1 == 0)
{
if(k == i)
{
stringbuffer.append(a.a(abyte0));
break;
}
j = 0;
k++;
abyte0 = null;
abyte0 = new byte[200];
}
abyte0[j++] = byte0;
abyte0[j++] = byte1;
continue;
}
catch(EOFException eofexception) { }
break;
} while(true);
if(datainputstream == null)
datainputstream.close();
if(inputstream != null)
inputstream.close();
}
catch(Exception exception) { }
return stringbuffer.toString();
}
static String a;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -