b.java
来自「// pica客户端J2ME源码」· Java 代码 · 共 57 行
JAVA
57 行
// pica客户端J2ME源码,100%可运行可修改,J2ME逆向工程经典作品
// 作者:fangji999
// QQ:57979471 Email:fangji999@163.com
// 博客:http://hi.baidu.com/ccall_net
// QQ群:51719370
// 如用此源码重新改写的软件或转载,请保留本人联系方式,作品原创作者
package pica;
import java.io.ByteArrayOutputStream;
public final class b
{
public static byte a = 1;
public static byte b = 2;
public String c;
public String d;
public String e;
public ByteArrayOutputStream f;
public byte g;
public b()
{
c = null;
d = null;
e = null;
f = null;
g = a;
}
public b(String s, String s1, String s2)
{
c = null;
d = null;
e = null;
f = null;
c = s;
d = s1;
e = s2;
g = a;
}
public b(String s, ByteArrayOutputStream bytearrayoutputstream)
{
c = null;
d = null;
e = null;
f = null;
c = "";
d = s;
f = bytearrayoutputstream;
g = b;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?