Example #1
0
 public ByteArrayStreamReader(ByteArrayStream stream)
 {
     this.stream = stream;
 }
Example #2
0
 public ByteArrayStreamWriter(ByteArrayStream stream)
 {
     this.stream = stream;
 }