vibe-d ~master (2022-11-16T10:14:41Z)
Home
Dub
Repo
Base64OutputStreamImpl.write
index
vibe
stream
base64
Base64OutputStreamImpl
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(ubyte[] bytes_, IOMode )
class
Base64OutputStreamImpl
(char C62, char C63, char CPAD = '=', OutputStream = .OutputStream)
@
trusted
size_t
write
(
in
ubyte
[]
bytes_
,
IOMode
)
if
(
isOutputStream
!
OutputStream
)
alias
write
=
.
OutputStream
.
write
Meta
Source
See Implementation
index
vibe
stream
base64
Base64OutputStreamImpl
constructors
this
functions
finalize
flush
write