C# 클래스 Fan.Sys.ZipEntryFile

ZipEntryFile represents a file entry inside a zip file.
상속: File
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@in ( Long bufSize ) : InStream
@out ( bool append, Long bufSize ) : OutStream
@typeof ( ) : Type
ZipEntryFile ( Zip parent, ZipEntry entry ) : ICSharpCode.SharpZipLib.Zip
ZipEntryFile ( ZipFile parent, ZipEntry entry ) : ICSharpCode.SharpZipLib.Zip
ZipEntryFile ( ZipFile parent, ZipEntry entry, Uri uri ) : ICSharpCode.SharpZipLib.Zip
create ( ) : File
delete ( ) : void
deleteOnExit ( ) : File
exists ( ) : bool
list ( Regex pattern ) : List
mmap ( string mode, long pos, Long size ) : Buf
modified ( ) : DateTime
modified ( DateTime time ) : void
moveTo ( File to ) : File
normalize ( ) : File
open ( string mode ) : Buf
osPath ( ) : string
parent ( ) : File
plus ( Uri uri, bool checkSlash ) : File
size ( ) : Long

메소드 상세

@in() 공개 메소드

public @in ( Long bufSize ) : InStream
bufSize Long
리턴 InStream

@out() 공개 메소드

public @out ( bool append, Long bufSize ) : OutStream
append bool
bufSize Long
리턴 OutStream

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

ZipEntryFile() 공개 메소드

public ZipEntryFile ( Zip parent, ZipEntry entry ) : ICSharpCode.SharpZipLib.Zip
parent Zip
entry ICSharpCode.SharpZipLib.Zip.ZipEntry
리턴 ICSharpCode.SharpZipLib.Zip

ZipEntryFile() 공개 메소드

public ZipEntryFile ( ZipFile parent, ZipEntry entry ) : ICSharpCode.SharpZipLib.Zip
parent ICSharpCode.SharpZipLib.Zip.ZipFile
entry ICSharpCode.SharpZipLib.Zip.ZipEntry
리턴 ICSharpCode.SharpZipLib.Zip

ZipEntryFile() 공개 메소드

public ZipEntryFile ( ZipFile parent, ZipEntry entry, Uri uri ) : ICSharpCode.SharpZipLib.Zip
parent ICSharpCode.SharpZipLib.Zip.ZipFile
entry ICSharpCode.SharpZipLib.Zip.ZipEntry
uri Uri
리턴 ICSharpCode.SharpZipLib.Zip

create() 공개 메소드

public create ( ) : File
리턴 File

delete() 공개 메소드

public delete ( ) : void
리턴 void

deleteOnExit() 공개 메소드

public deleteOnExit ( ) : File
리턴 File

exists() 공개 메소드

public exists ( ) : bool
리턴 bool

list() 공개 메소드

public list ( Regex pattern ) : List
pattern Regex
리턴 List

mmap() 공개 메소드

public mmap ( string mode, long pos, Long size ) : Buf
mode string
pos long
size Long
리턴 Buf

modified() 공개 메소드

public modified ( ) : DateTime
리턴 DateTime

modified() 공개 메소드

public modified ( DateTime time ) : void
time DateTime
리턴 void

moveTo() 공개 메소드

public moveTo ( File to ) : File
to File
리턴 File

normalize() 공개 메소드

public normalize ( ) : File
리턴 File

open() 공개 메소드

public open ( string mode ) : Buf
mode string
리턴 Buf

osPath() 공개 메소드

public osPath ( ) : string
리턴 string

parent() 공개 메소드

public parent ( ) : File
리턴 File

plus() 공개 메소드

public plus ( Uri uri, bool checkSlash ) : File
uri Uri
checkSlash bool
리턴 File

size() 공개 메소드

public size ( ) : Long
리턴 Long