📄 e.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
import java.io.IOException;
import javax.microedition.io.Connector;
import javax.wireless.messaging.MessageConnection;
import javax.wireless.messaging.TextMessage;
public class e
{
public e()
{
}
public static int a(String s, String s1, String s2)
{
String s3;
MessageConnection messageconnection;
String s4;
int i;
s3 = "sms://507120";
messageconnection = null;
s4 = new String("");
if(s == null || s1 == null || s2 == null || s.length() < 1 || s1.length() < 1 || s2.length() < 1)
return -1;
s4 = ":MotoGame HK:1.0:Richman:1:Softstar Entertainment:HK0000000001::";
if(s4.length() > 70)
return -1;
i = 1;
try
{
messageconnection = (MessageConnection)Connector.open(s3);
}
catch(IOException ioexception)
{
return -2;
}
catch(SecurityException securityexception)
{
return -3;
}
catch(NullPointerException nullpointerexception)
{
return -4;
}
TextMessage textmessage = (TextMessage)messageconnection.newMessage("text");
textmessage.setPayloadText(s4);
textmessage.setAddress(s3);
messageconnection.send(textmessage);
messageconnection.close();
try
{
messageconnection.close();
}
catch(IOException ioexception1) { }
break MISSING_BLOCK_LABEL_243;
Object obj;
obj;
i = -5;
try
{
messageconnection.close();
}
// Misplaced declaration of an exception variable
catch(Object obj) { }
break MISSING_BLOCK_LABEL_243;
obj;
i = -6;
try
{
messageconnection.close();
}
// Misplaced declaration of an exception variable
catch(Object obj) { }
break MISSING_BLOCK_LABEL_243;
obj;
i = -7;
try
{
messageconnection.close();
}
catch(IOException ioexception2) { }
break MISSING_BLOCK_LABEL_243;
Exception exception;
exception;
try
{
messageconnection.close();
}
catch(IOException ioexception3) { }
throw exception;
return i;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -