dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
YStream
dyaml
stream
Undocumented in source.
interface
YStream {
void
writeExact
(void* buffer, size_t size);
size_t
write
(const(ubyte)[] buffer);
size_t
write
(const(char)[] str);
void
flush
();
bool
writeable
[@property getter];
}
Members
Functions
flush
void
flush
()
Undocumented in source.
write
size_t
write
(const(char)[] str)
Undocumented in source.
write
size_t
write
(const(ubyte)[] buffer)
Undocumented in source.
writeExact
void
writeExact
(void* buffer, size_t size)
Undocumented in source.
Properties
writeable
bool
writeable
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dyaml
stream
classes
YFile
YMemoryStream
enums
BOM
interfaces
YStream
variables
BOMEndian
ByteOrderMarks