xlang v4.0 Release
程序设计语言基础库文档
|
Public 成员函数 |
包函数 |
包属性 |
额外继承的成员函数 |
在文件 FileStream.x 第 133 行定义.
FileOutputStream | ( | String | path, |
int | mode | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 135 行定义.
FileOutputStream | ( | String | path | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 144 行定义.
引用了 _system_.CREATE, _system_.TRUNC , 以及 _system_.WRITE.
FileOutputStream | ( | String | path, |
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 153 行定义.
引用了 _system_.APPEND, _system_.CREATE , 以及 _system_.TRUNC.
FileOutputStream | ( | @NotNilptr File | file | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 163 行定义.
引用了 _system_.CREATE, _system_.TRUNC , 以及 _system_.WRITE.
FileOutputStream | ( | @NotNilptr File | file, |
int | mode | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 173 行定义.
FileOutputStream | ( | @NotNilptr File | file, |
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 183 行定义.
引用了 _system_.APPEND, _system_.CREATE , 以及 _system_.TRUNC.
FileOutputStream | ( | @NotNilptr File | dir, |
@NotNilptr String | file, | ||
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 193 行定义.
引用了 _system_.APPEND, String.appendPath(), _system_.CREATE , 以及 _system_.TRUNC.
FileOutputStream | ( | String | path, |
int | mode | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 134 行定义.
FileOutputStream | ( | String | path | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 143 行定义.
引用了 _system_.CREATE, _system_.TRUNC , 以及 _system_.WRITE.
FileOutputStream | ( | String | path, |
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 152 行定义.
引用了 _system_.APPEND, _system_.CREATE , 以及 _system_.TRUNC.
FileOutputStream | ( | @NotNilptr File | file | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 162 行定义.
引用了 _system_.CREATE, _system_.TRUNC , 以及 _system_.WRITE.
FileOutputStream | ( | @NotNilptr File | file, |
int | mode | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 172 行定义.
FileOutputStream | ( | @NotNilptr File | file, |
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 182 行定义.
引用了 _system_.APPEND, _system_.CREATE , 以及 _system_.TRUNC.
FileOutputStream | ( | @NotNilptr File | dir, |
@NotNilptr String | file, | ||
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 192 行定义.
引用了 _system_.APPEND, String.appendPath(), _system_.CREATE , 以及 _system_.TRUNC.
bool attach | ( | String | path, |
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 204 行定义.
引用了 _system_.APPEND, _system_.close(), _system_.CREATE , 以及 _system_.TRUNC.
bool attach | ( | String | path, |
bool | append | ||
) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.xcs 第 203 行定义.
引用了 _system_.APPEND, _system_.close(), _system_.CREATE , 以及 _system_.TRUNC.
|
override |
|
override |
void checkValid | ( | ) | throws IllegalArgumentException |
在文件 FileStream.x 第 215 行定义.
void checkValid | ( | ) | throws IllegalArgumentException |
在文件 FileStream.xcs 第 214 行定义.
|
override |
实现了 Stream.
在文件 FileStream.x 第 254 行定义.
引用了 _system_.close().
|
override |
实现了 Stream.
在文件 FileStream.xcs 第 253 行定义.
引用了 _system_.close().
|
package |
|
package |
|
overridepackage |
|
overridepackage |
|
override |
|
override |
|
override |
|
override |
byte [] read | ( | ) |
在文件 FileStream.x 第 236 行定义.
byte [] read | ( | ) |
在文件 FileStream.xcs 第 235 行定义.
|
override |
在文件 FileStream.x 第 240 行定义.
|
override |
在文件 FileStream.xcs 第 239 行定义.
|
override |
|
override |
long write | ( | @NotNilptr byte [] | data | ) | throws IndexOutOfBoundsException , IllegalArgumentException |
在文件 FileStream.x 第 244 行定义.
引用了 _system_.write().
long write | ( | @NotNilptr byte [] | data | ) | throws IndexOutOfBoundsException , IllegalArgumentException |
在文件 FileStream.xcs 第 243 行定义.
引用了 _system_.write().
|
override |
|
override |
|
package |
在文件 FileStream.x 第 134 行定义.