SimpleFileHandle Class
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.
A simple disk-based file handle.
public sealed class SimpleFileHandle : IDisposable, Microsoft.ML.Data.IFileHandle
type SimpleFileHandle = class
interface IFileHandle
interface IDisposable
Public NotInheritable Class SimpleFileHandle
Implements IDisposable, IFileHandle
- Inheritance
-
SimpleFileHandle
- Implements
Constructors
SimpleFileHandle(IExceptionContext, String, Boolean, Boolean) |
Properties
CanRead | |
CanWrite |
Methods
CreateWriteStream() | |
Dispose() | |
OpenReadStream() |