|
xlang v5.1 Release
程序设计语言基础库文档
|


Public 成员函数 |
包函数 |
包属性 |
额外继承的成员函数 |
在文件 FileStream.x 第 127 行定义.
| FileOutputStream | ( | String | path, |
| int | mode | ||
| ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 129 行定义.
引用了 _system_.open().

| FileOutputStream | ( | String | path | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 138 行定义.
引用了 _system_.CREATE, _system_.open(), _system_.TRUNC , 以及 _system_.WRITE.

| FileOutputStream | ( | String | path, |
| bool | append | ||
| ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 147 行定义.
引用了 _system_.APPEND, _system_.CREATE, _system_.open(), _system_.TRUNC , 以及 _system_.WRITE.

| FileOutputStream | ( | @NotNilptr File | file | ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 157 行定义.
引用了 _system_.CREATE, _system_.open(), _system_.TRUNC , 以及 _system_.WRITE.

| FileOutputStream | ( | @NotNilptr File | file, |
| int | mode | ||
| ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 167 行定义.
引用了 _system_.open().

| FileOutputStream | ( | @NotNilptr File | file, |
| bool | append | ||
| ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 177 行定义.
引用了 _system_.APPEND, _system_.CREATE, _system_.open(), _system_.TRUNC , 以及 _system_.WRITE.

| FileOutputStream | ( | @NotNilptr File | dir, |
| @NotNilptr String | file, | ||
| bool | append | ||
| ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 187 行定义.
引用了 _system_.APPEND, String.appendPath(), _system_.CREATE, _system_.open(), _system_.TRUNC , 以及 _system_.WRITE.

| bool attach | ( | String | path, |
| bool | append | ||
| ) | throws NullPointerException, IllegalArgumentException |
在文件 FileStream.x 第 198 行定义.
引用了 _system_.APPEND, _system_.close(), _system_.CREATE, _system_.open(), _system_.TRUNC , 以及 _system_.WRITE.

|
override |
| void checkValid | ( | ) | throws IllegalArgumentException |
在文件 FileStream.x 第 209 行定义.
|
override |
重载 Stream .
在文件 FileStream.x 第 244 行定义.
引用了 _system_.close().

|
package |
|
overridepackage |
|
override |
|
override |
|
override |
在文件 FileStream.x 第 230 行定义.
|
override |
| long write | ( | @NotNilptr byte [] | data | ) | throws IndexOutOfBoundsException , IllegalArgumentException |
在文件 FileStream.x 第 234 行定义.
引用了 _system_.write().

|
override |
|
package |
在文件 FileStream.x 第 128 行定义.