botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Pipe.write
botan
filters
pipe
Pipe
Write input to the pipe, i.e. to its first filter.
void
write
(const(ubyte)* input, size_t length)
void
write
(RefCounted!(Vector!(T, ALLOC), ALLOC) input)
void
write
(Vector!(T, ALLOC) input)
void
write
(string input)
void
write
(DataSource source)
void
write
(ubyte input)
struct
Pipe
void
write
(
ubyte
input
)
void
write
(ubyte[] input)
Parameters
input
ubyte
a single ubyte to be written
Meta
Source
See Implementation
botan
filters
pipe
Pipe
aliases
message_id
classes
InvalidMessageNumber
constructors
this
destructors
~this
functions
append
defaultMsg
discardNext
endMsg
endOfData
getBytesRead
messageCount
peek
peekByte
pop
prepend
processMsg
read
readAll
readByte
remaining
reset
setDefaultMsg
startMsg
toString
write
static variables
DEFAULT_MESSAGE
LAST_MESSAGE
Write input to the pipe, i.e. to its first filter.