9293949596979899100101102
byte[] packets = new byte[packetLength]; is.readFully(packets); offset += packetLength; Buffer payload = new ChainBuffer(); payload.addLast(packets); return payload; } @Override public void close() throws IOException {