IFileStreamWrapper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IFileStreamWrapper : IDisposable
public interface IFileStreamWrapper : IDisposable
type IFileStreamWrapper = interface
interface IDisposable
Public Interface IFileStreamWrapper
Implements IDisposable
- Derived
- Implements
Methods
FlushBuffer() | |
Init(String, Boolean, Int32) | |
Init(String, Boolean) | |
ReadData(Byte[], Int32, Int64) | |
ReadData(Byte[], Int32) | |
WriteData(Byte[], Int32) | |
WriteDataDirect(Int64, Byte[], Int32) |