Esempio 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);
     }
 }
Esempio n. 2
0
 /// <exception cref="System.IO.IOException"/>
 public virtual void ReadFully(byte[] buf, int off, int len)
 {
     BlockReaderUtil.ReadFully(this, buf, off, len);
 }