Property | Type | Description | |
---|---|---|---|
m_pathSep | string | ||
m_sep | string |
Method | Description | |
---|---|---|
@in ( ) : |
||
@in ( Long bufSize ) : |
||
@out ( ) : |
||
@out ( bool append ) : |
||
@out ( bool append, Long bufSize ) : |
||
@typeof ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
basename ( ) : string | ||
copyInto ( |
||
copyInto ( |
||
copyTo ( |
||
copyTo ( |
||
create ( ) : |
||
createDir ( string name ) : |
||
createFile ( string name ) : |
||
createTemp ( ) : |
||
createTemp ( string prefix ) : |
||
createTemp ( string prefix, string suffix ) : |
||
createTemp ( string prefix, string suffix, |
||
delete ( ) : void | ||
deleteOnExit ( ) : |
||
eachLine ( |
||
exists ( ) : bool | ||
ext ( ) : string | ||
hash ( ) : long | ||
isDir ( ) : bool | ||
isEmpty ( ) : bool | ||
list ( ) : |
||
list ( |
||
listDirs ( ) : |
||
listDirs ( |
||
listFiles ( ) : |
||
listFiles ( |
||
make ( |
||
make ( |
||
mimeType ( ) : |
||
mmap ( ) : |
||
mmap ( string mode ) : |
||
mmap ( string mode, long pos ) : |
||
mmap ( string mode, long pos, Long size ) : |
||
modified ( ) : |
||
modified ( |
||
moveInto ( |
||
moveTo ( |
||
name ( ) : string | ||
normalize ( ) : |
||
open ( ) : |
||
open ( string mode ) : |
||
os ( string osPath ) : |
||
osPath ( ) : string | ||
osRoots ( ) : |
||
parent ( ) : |
||
path ( ) : |
||
pathStr ( ) : string | ||
plus ( |
||
plus ( |
||
readAllBuf ( ) : |
||
readAllLines ( ) : |
||
readAllStr ( ) : string | ||
readAllStr ( bool normalizeNewlines ) : string | ||
readObj ( ) : object | ||
readObj ( |
||
readProps ( ) : |
||
rename ( string newName ) : |
||
size ( ) : Long | ||
toStr ( ) : string | ||
uri ( ) : |
||
walk ( |
||
writeObj ( object obj ) : void | ||
writeObj ( object obj, |
||
writeProps ( |
Method | Description | |
---|---|---|
File ( |
Method | Description | |
---|---|---|
doCopyTo ( |
||
plus ( string uri ) : |
||
plusNameOf ( |
public abstract @in ( Long bufSize ) : |
||
bufSize | Long | |
return |
public abstract @out ( bool append, Long bufSize ) : |
||
append | bool | |
bufSize | Long | |
return |
public copyInto ( |
||
dir | ||
options | ||
return |
public copyTo ( |
||
to | ||
options | ||
return |
public static createTemp ( string prefix ) : |
||
prefix | string | |
return |
public static createTemp ( string prefix, string suffix ) : |
||
prefix | string | |
suffix | string | |
return |
public static createTemp ( string prefix, string suffix, |
||
prefix | string | |
suffix | string | |
dir | ||
return |
public abstract list ( |
||
pattern | ||
return |
public static make ( |
||
uri | ||
checkSlash | bool | |
return |
public abstract mmap ( string mode, long pos, Long size ) : |
||
mode | string | |
pos | long | |
size | Long | |
return |
public abstract modified ( |
||
time | ||
return | void |
public abstract plus ( |
||
uri | ||
checkSlash | bool | |
return |
public readAllStr ( bool normalizeNewlines ) : string | ||
normalizeNewlines | bool | |
return | string |
public writeObj ( object obj, |
||
obj | object | |
options | ||
return | void |