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 |
|
|