📄 b.java
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -