botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Pipe.this
botan
filters
pipe
Pipe
Construct a Pipe from a list of filters
this
(Filter f1, Filter f2, Filter f3, Filter f4)
this
(Filter[] filters)
struct
Pipe
this
(
Filter
[]
filters
)
Parameters
filters
Filter
[]
the set of filters to use
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
Construct a Pipe from a list of filters