The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
WritableStream.put
arsd
core
WritableStream
void
put
(T value, ByteOrder byteOrder, string file, size_t line)
void
put
(T value, ByteOrder elementByteOrder, string file, size_t line)
class
WritableStream
final
void
put
(
T
:
E
[]
E
)
(
T
value
,
ByteOrder
elementByteOrder
=
ByteOrder.irrelevant
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
this
(size_t bufferSize)
this
(ubyte[] buffer)
Meta
Source
See Implementation
arsd
core
WritableStream
constructors
this
functions
close
flush
isClosed
put