Начало декодинга gzip

This commit is contained in:
serega6531
2019-05-18 16:53:39 +03:00
parent c69f0621a0
commit 90c113731c
4 changed files with 52 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ public class Packet {
private boolean incoming; // true если от клиента к серверу, иначе false
private boolean ungzipped;
private byte[] content;
}