Exemplo n.º 1
0
 public ByteWriter(byte[] initialBuffer)
 {
     this.writer = new ByteBufferWriter(initialBuffer);
 }
Exemplo n.º 2
0
 public ByteWriter(IBufferWriter <byte> writer)
 {
     this.writer = new ByteBufferWriter(writer);
 }