Overview
>
klyn.io
>
OutputStream
>
writeBytes
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.io.OutputStream.writeBytes
method
public writeBytes(value as Array<Byte>) as Void throws IOException
Description
Writes raw bytes to the stream.
Parameters
value Bytes to write.
Throws
IOException if the resource is closed, inaccessible, not a valid file, or the underlying I/O operation fails.