SimpleFileHandle Class

Definition

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

Name Description
SimpleFileHandle(IExceptionContext, String, Boolean, Boolean)

Properties

Name Description
CanRead
CanWrite

Methods

Name Description
CreateWriteStream()
Dispose()
OpenReadStream()

Applies to