[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 RandomAccessFileAdapter type.

Public Methods

  NameDescription
BlockCopy
copies a block within a file in block mode
(Inherited from IoAdapter.)
Close (Overrides .Close().)
Copy
copies a block within a file in absolute mode
(Inherited from IoAdapter.)
DelegatedIoAdapter (Inherited from IoAdapter.)
Delete (Overrides .Delete(String).)
Exists (Overrides .Exists(String).)
GetLength (Overrides .GetLength().)
Open (Overrides .Open(String, Boolean, Int64).)
ReadOverloaded.
Read (Overrides .Read(Byte[](), Int32).)
Seek (Overrides .Seek(Int64).)
Sync (Overrides .Sync().)
WriteOverloaded.
Write (Overrides .Write(Byte[](), Int32).)

Protected Methods

  NameDescription
RegularAddress
converts address and address offset to an absolute address
(Inherited from IoAdapter.)