C# 클래스 Batman.Core.FileSystem.Local.WebFile

Basic web file class
상속: IFile
파일 보기 프로젝트 열기: JaCraig/Batman

공개 메소드들

메소드 설명
Delete ( ) : void
MoveTo ( IDirectory Directory ) : void
Read ( ) : string
ReadBinary ( ) : byte[]
Rename ( string NewName ) : void
ToString ( ) : string
WebFile ( Uri File ) : System

Constructor

WebFile ( string Path ) : System

Constructor

Write ( byte Content, System Mode = FileMode.Create ) : void
Write ( string Content, System Mode = FileMode.Create, Encoding Encoding = null ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

MoveTo() 공개 메소드

public MoveTo ( IDirectory Directory ) : void
Directory IDirectory
리턴 void

Read() 공개 메소드

public Read ( ) : string
리턴 string

ReadBinary() 공개 메소드

public ReadBinary ( ) : byte[]
리턴 byte[]

Rename() 공개 메소드

public Rename ( string NewName ) : void
NewName string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WebFile() 공개 메소드

Constructor
public WebFile ( Uri File ) : System
File System.Uri File to use
리턴 System

WebFile() 공개 메소드

Constructor
public WebFile ( string Path ) : System
Path string Path to the file
리턴 System

Write() 공개 메소드

public Write ( byte Content, System Mode = FileMode.Create ) : void
Content byte
Mode System
리턴 void

Write() 공개 메소드

public Write ( string Content, System Mode = FileMode.Create, Encoding Encoding = null ) : void
Content string
Mode System
Encoding System.Text.Encoding
리턴 void