void host_ReadClient(byte[] data, int id) { byteReader.Read(data, id); }
void client_Read(byte[] data) { byteReader.Read(data, 0); }