C# Class FAT32.DiskInterface

Inheritance: fatlib
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
ReadSector ( uint sector, byte buffer ) : bool
WriteSector ( uint sector, byte buffer ) : bool

Method Details

ReadSector() public abstract method

public abstract ReadSector ( uint sector, byte buffer ) : bool
sector uint
buffer byte
return bool

WriteSector() public abstract method

public abstract WriteSector ( uint sector, byte buffer ) : bool
sector uint
buffer byte
return bool