[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

  NameDescription
BlockCopy
copies a block within a file in block mode

BlockSeekOverloaded.
BlockSizeOverloaded.
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

ReadOverloaded.
Seek
implement to set the read/write pointer in the file, absolute mode

Sync
implement to flush the file contents to storage

WriteOverloaded.

Protected Methods

  NameDescription
RegularAddress
converts address and address offset to an absolute address

Protected Constructors

  NameDescription
IoAdapterNew