[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 VanillaIoAdapter type.
Public Methods
Name | Description | |
---|---|---|
![]() | 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 | implement to open the file (Inherited from IoAdapter.) |
![]() | Read | Overloaded. |
![]() | Read | (Overrides .Read(Byte[](), Int32).) |
![]() | Seek | (Overrides .Seek(Int64).) |
![]() | Sync | (Overrides .Sync().) |
![]() | Write | Overloaded. |
![]() | Write | (Overrides .Write(Byte[](), Int32).) |
Protected Methods
Name | Description | |
---|---|---|
![]() | RegularAddress | converts address and address offset to an absolute address (Inherited from IoAdapter.) |
Protected Fields
Name | Description | |
---|---|---|
![]() | _delegate |
Public Constructors
Name | Description | |
---|---|---|
![]() | VanillaIoAdapterNew | Overloaded. |