Пример #1
0
 /// <inheritdocs />
 public Stream ReadPhysicalSector(int sectorIndex)
 {
     byte[] sectorData = _fileSystemData.Get(ResolveSectorPosition(sectorIndex), SectorSize);
     return(new MemoryStream(sectorData));
 }