Changed raw field into char[]
This commit is contained in:
parent
bff694c524
commit
fb57914a8e
@ -4,6 +4,8 @@ public class ProtocolMessage {
|
||||
int length;
|
||||
char[] message;
|
||||
|
||||
char[] raw;
|
||||
|
||||
/** Convert an integer into 4-byte array */
|
||||
private byte[] intToByte(int value) {
|
||||
return new byte[] {
|
||||
|
Loading…
Reference in New Issue
Block a user