C# Class Fan.Sys.ZipEntryFile

ZipEntryFile represents a file entry inside a zip file.
Inheritance: File
Mostra file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
@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

Method Details

@in() public method

public @in ( Long bufSize ) : InStream
bufSize Long
return InStream

@out() public method

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

@typeof() public method

public @typeof ( ) : Type
return Type

ZipEntryFile() public method

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

ZipEntryFile() public method

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

ZipEntryFile() public method

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

create() public method

public create ( ) : File
return File

delete() public method

public delete ( ) : void
return void

deleteOnExit() public method

public deleteOnExit ( ) : File
return File

exists() public method

public exists ( ) : bool
return bool

list() public method

public list ( Regex pattern ) : List
pattern Regex
return List

mmap() public method

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

modified() public method

public modified ( ) : DateTime
return DateTime

modified() public method

public modified ( DateTime time ) : void
time DateTime
return void

moveTo() public method

public moveTo ( File to ) : File
to File
return File

normalize() public method

public normalize ( ) : File
return File

open() public method

public open ( string mode ) : Buf
mode string
return Buf

osPath() public method

public osPath ( ) : string
return string

parent() public method

public parent ( ) : File
return File

plus() public method

public plus ( Uri uri, bool checkSlash ) : File
uri Uri
checkSlash bool
return File

size() public method

public size ( ) : Long
return Long