Exemplo n.º 1
0
 public DataWriter(DataWriter writer, int offset, int size)
     : this(writer.data.ToArray(), offset, size)
 {
 }