Exemplo n.º 1
0
 /// <exception cref="System.IO.IOException"/>
 public virtual void ReadFully(byte[] arr, int off, int len)
 {
     lock (this)
     {
         BlockReaderUtil.ReadFully(this, arr, off, len);
     }
 }
Exemplo n.º 2
0
 /// <exception cref="System.IO.IOException"/>
 public virtual void ReadFully(byte[] buf, int off, int len)
 {
     BlockReaderUtil.ReadFully(this, buf, off, len);
 }