mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-01 10:12:51 +08:00
update project structure
This commit is contained in:
parent
2f2b175153
commit
bcd789ef9a
@ -13,8 +13,8 @@ public abstract class ClientPacket extends DataOutputStream implements Packet {
|
||||
super(new ByteArrayOutputStream());
|
||||
}
|
||||
|
||||
public long readQQ() {
|
||||
|
||||
protected void writeQQHex(long qq) {
|
||||
this.write
|
||||
}
|
||||
|
||||
/**
|
||||
|
10
mirai-core/src/test/java/NetworkTest.java
Normal file
10
mirai-core/src/test/java/NetworkTest.java
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @author Him188moe @ Mirai Project
|
||||
*/
|
||||
public class NetworkTest {
|
||||
public static void main(String[] args) {
|
||||
|
||||
|
||||
Long.valueOf("", 16);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user