public static int Read(NetworkBinaryReader reader, byte[] target, int offset, int count) { return reader.Read(target, offset, count); }