1 implementation of CanRead
Microsoft.ML.Core (1)
Data\IFileHandle.cs (1)
90
public bool
CanRead
=> _wrote && !IsDisposed;
1 reference to CanRead
Microsoft.ML.Data (1)
DataLoadSave\MultiFileSource.cs (1)
107
Contracts.CheckParam(file.
CanRead
, nameof(file), "File handle must be readable");