Exemplo n.º 1
0
 override public void write(ByteArray b)
 {
     this._bytes.writeBytes(b);
 }
Exemplo n.º 2
0
 override public void writeBytes(ByteArray b, int off, int len)
 {
     this._bytes.writeBytes(b, off, len);
 }
Exemplo n.º 3
0
 public void writeBytes(ByteArray b, int off = 0, int len = 0)
 {
 }