C# 클래스 Bracket.Hosting.VirtualFileUtils

파일 보기 프로젝트 열기: PlasticLizard/Bracket

공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void
GetRoot ( string path ) : string
IsTopLevel ( string path ) : bool
NormalizePath ( string path ) : string
ToMemoryStream ( this input ) : MemoryStream
ZipFileAtRoot ( string path ) : string

메소드 상세

CopyStream() 공개 정적인 메소드

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
리턴 void

GetRoot() 공개 정적인 메소드

public static GetRoot ( string path ) : string
path string
리턴 string

IsTopLevel() 공개 정적인 메소드

public static IsTopLevel ( string path ) : bool
path string
리턴 bool

NormalizePath() 공개 정적인 메소드

public static NormalizePath ( string path ) : string
path string
리턴 string

ToMemoryStream() 공개 정적인 메소드

public static ToMemoryStream ( this input ) : MemoryStream
input this
리턴 System.IO.MemoryStream

ZipFileAtRoot() 공개 정적인 메소드

public static ZipFileAtRoot ( string path ) : string
path string
리턴 string