2 implementations of Read
Microsoft.NET.HostModel (2)
MachO\FileUtils\MemoryMappedMachOViewAccessor.cs (1)
24
public int
Read
(long position, byte[] buffer, int offset, int count)
MachO\FileUtils\StreamBasedMachOFile.cs (1)
32
public int
Read
(long position, byte[] buffer, int offset, int count)
1 reference to Read
Microsoft.NET.HostModel (1)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (1)
160
int bytesRead = accessor.
Read
(buffptr, pageBuffer, 0, currentPageSize);