C# 클래스 TagLib.File.LocalFileAbstraction

This class implements IFileAbstraction to provide support for accessing the local/standard file system.
This class is used as the standard file abstraction throughout the library.
상속: IFileAbstraction
파일 보기 프로젝트 열기: secred/Tachycardia

공개 메소드들

메소드 설명
CloseStream ( System stream ) : void

Closes a stream created by the current instance.

LocalFileAbstraction ( string path ) : System

Constructs and initializes a new instance of LocalFileAbstraction for a specified path in the local file system.

메소드 상세

CloseStream() 공개 메소드

Closes a stream created by the current instance.
public CloseStream ( System stream ) : void
stream System /// A object /// created by the current instance. ///
리턴 void

LocalFileAbstraction() 공개 메소드

Constructs and initializes a new instance of LocalFileAbstraction for a specified path in the local file system.
/// is . ///
public LocalFileAbstraction ( string path ) : System
path string /// A object containing the /// path of the file to use in the new instance. ///
리턴 System