C# Класс FiftyOne.Foundation.Mobile.Detection.Readers.SourceFile

Encapsulates either a file containing the uncompressed data structures used by the data set.
Not intended to be used directly by 3rd parties.
Наследование: SourceFileBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Closes any file references and then checks to delete the file.

SourceFile ( string fileName, bool isTempFile ) : System

Creates the source from the file provided.

Защищенные методы

Метод Описание
CreateStream ( ) : Stream

Creates a new stream from the data source.

Описание методов

CreateStream() защищенный Метод

Creates a new stream from the data source.
protected CreateStream ( ) : Stream
Результат System.IO.Stream

Dispose() публичный Метод

Closes any file references and then checks to delete the file.
public Dispose ( ) : void
Результат void

SourceFile() публичный Метод

Creates the source from the file provided.
public SourceFile ( string fileName, bool isTempFile ) : System
fileName string File source of the data
isTempFile bool True if the file should be deleted when the source is disposed
Результат System