public class FileOutputStream implements OutputStream:
import klyn.io
try stream = FilePath("payload.bin").openOutputStream():
stream.write("OK")| Modifier and Type | Member | Description |
|---|---|---|
| public | FileOutputStreamFileOutputStream(path as String): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | closeclose() as Void throws IOException: |
No summary. |
| public | writewrite(value as String) as Void throws IOException: |
No summary. |
| public | writeByteswriteBytes(value as Array<Byte>) as Void throws IOException: |
No summary. |