Example #1
0
 /// <inheritdoc/>
 public override int Read(byte[] buffer, int offset, int count)
 {
     CheckReadArgs(buffer, offset, count);
     EnsureReadable();
     return((int)IOPrimitives.ReadFromFile(&buffer[offset], (ulong)count, fileHandle));
 }