C# 클래스 Reko.Core.Services.FileSystemServiceImpl

상속: IFileSystemService
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
CreateFileStream ( string filename, FileMode mode ) : Stream
CreateFileStream ( string filename, FileMode mode, FileAccess access ) : Stream
CreateFileStream ( string filename, FileMode mode, FileAccess access, FileShare share ) : Stream
CreateXmlWriter ( string filename ) : XmlWriter
FileExists ( string filePath ) : bool
FileSystemServiceImpl ( ) : System
FileSystemServiceImpl ( char sepChar ) : System
MakeRelativePath ( string fromPath, string toPath ) : string
ReadAllBytes ( string filePath ) : byte[]

메소드 상세

CreateFileStream() 공개 메소드

public CreateFileStream ( string filename, FileMode mode ) : Stream
filename string
mode FileMode
리턴 Stream

CreateFileStream() 공개 메소드

public CreateFileStream ( string filename, FileMode mode, FileAccess access ) : Stream
filename string
mode FileMode
access FileAccess
리턴 Stream

CreateFileStream() 공개 메소드

public CreateFileStream ( string filename, FileMode mode, FileAccess access, FileShare share ) : Stream
filename string
mode FileMode
access FileAccess
share FileShare
리턴 Stream

CreateXmlWriter() 공개 메소드

public CreateXmlWriter ( string filename ) : XmlWriter
filename string
리턴 System.Xml.XmlWriter

FileExists() 공개 메소드

public FileExists ( string filePath ) : bool
filePath string
리턴 bool

FileSystemServiceImpl() 공개 메소드

public FileSystemServiceImpl ( ) : System
리턴 System

FileSystemServiceImpl() 공개 메소드

public FileSystemServiceImpl ( char sepChar ) : System
sepChar char
리턴 System

MakeRelativePath() 공개 메소드

public MakeRelativePath ( string fromPath, string toPath ) : string
fromPath string
toPath string
리턴 string

ReadAllBytes() 공개 메소드

public ReadAllBytes ( string filePath ) : byte[]
filePath string
리턴 byte[]