vibe-d v0.9.4 (2021-09-30T12:24:53Z)
Home
Dub
Repo
Base64OutputStreamImpl.this
index
vibe
stream
base64
Base64OutputStreamImpl
private
this
(OutputStream output, ulong max_bytes_per_line)
this
(OutputStream output, ulong max_bytes_per_line, bool dummy)
class
Base64OutputStreamImpl
(char C62, char C63, char CPAD = '=', OutputStream = .OutputStream)
this
(
OutputStream
output
,
ulong
max_bytes_per_line
,
bool
dummy
)
if
(
isOutputStream
!
OutputStream
)
Meta
Source
See Implementation
index
vibe
stream
base64
Base64OutputStreamImpl
constructors
this
functions
finalize
flush
write
private