Exemplo n.º 1
0
 public BinaryDataWriter(BinaryDataBuffer buffer)
 {
     _buffer = buffer;
 }
Exemplo n.º 2
0
 public BinaryDataReader(BinaryDataBuffer buffer)
 {
     _buffer = buffer;
 }