Exemplo n.º 1
0
 public ByteArrayStreamReader(ByteArrayStream stream)
 {
     this.stream = stream;
 }
Exemplo n.º 2
0
 public ByteArrayStreamWriter(ByteArrayStream stream)
 {
     this.stream = stream;
 }