xlang v5.1 Release
程序设计语言基础库文档
|
Public 成员函数 |
包函数 |
包属性 |
额外继承的成员函数 |
在文件 FileStream.x 第 6 行定义.
FileInputStream | ( | String | path, |
int | mode | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 8 行定义.
引用了 _system_.open() , 以及 _system_.READ.
FileInputStream | ( | @NotNilptr File | file, |
int | mode | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 20 行定义.
引用了 _system_.open() , 以及 _system_.READ.
FileInputStream | ( | String | path | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 33 行定义.
引用了 _system_.open() , 以及 _system_.READ.
FileInputStream | ( | @NotNilptr File | file | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 45 行定义.
引用了 _system_.open() , 以及 _system_.READ.
FileInputStream | ( | @NotNilptr File | dir, |
@NotNilptr String | file | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 58 行定义.
引用了 String.appendPath(), _system_.open() , 以及 _system_.READ.
bool attach | ( | String | path | ) | throws IllegalArgumentException |
在文件 FileStream.x 第 69 行定义.
引用了 _system_.close(), _system_.open() , 以及 _system_.READ.
|
override |
void checkValid | ( | ) | throws IllegalArgumentException |
在文件 FileStream.x 第 81 行定义.
|
override |
重载 Stream .
在文件 FileStream.x 第 113 行定义.
引用了 _system_.close().
|
package |
在文件 FileStream.x 第 122 行定义.
|
overridepackage |
|
override |
重载 Stream .
在文件 FileStream.x 第 94 行定义.
引用了 _system_.getSeek().
|
override |
重载 Stream .
在文件 FileStream.x 第 99 行定义.
引用了 _system_.getLength().
|
override |
在文件 FileStream.x 第 104 行定义.
引用了 _system_.read().
|
override |
重载 Stream .
在文件 FileStream.x 第 89 行定义.
引用了 _system_.seek().
|
override |
在文件 FileStream.x 第 109 行定义.
|
package |
在文件 FileStream.x 第 7 行定义.