[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The following tables list the members exposed by the IoAdapter type.
Public Methods
| Name | Description | |
|---|---|---|
| BlockCopy | copies a block within a file in block mode | |
| BlockSeek | Overloaded. | |
| BlockSize | Overloaded. | |
| Close | implement to close the adapter | |
| Copy | copies a block within a file in absolute mode | |
| DelegatedIoAdapter | ||
| Delete | deletes the given path from whatever 'file system' is addressed | |
| Exists | checks whether a file exists | |
| GetLength | implement to return the absolute length of the file | |
| Open | implement to open the file | |
| Read | Overloaded. | |
| Seek | implement to set the read/write pointer in the file, absolute mode | |
| Sync | implement to flush the file contents to storage | |
| Write | Overloaded. |
Protected Methods
| Name | Description | |
|---|---|---|
| RegularAddress | converts address and address offset to an absolute address |
Protected Constructors
| Name | Description | |
|---|---|---|
| IoAdapterNew |