botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
DataSourceMemoryImpl.this
botan
filters
data_src
DataSourceMemoryImpl
Construct a memory source that reads from a vector
this
(string input)
this
(const(ubyte)* input, size_t length)
this
(RefCounted!(Vector!(T, ALLOC), ALLOC) input)
this
(Vector!(T, ALLOC) input)
class
DataSourceMemoryImpl
this
(
T
ALLOC
)
(
auto
const
ref
Vector
!(
T
,
ALLOC
)
input
)
this
(Vector!(T, ALLOC)* input)
Parameters
input
Vector
!(
T
,
ALLOC
)
the MemoryRegion to read from
Meta
Source
See Implementation
botan
filters
data_src
DataSourceMemoryImpl
constructors
this
functions
endOfData
getBytesRead
id
peek
read
Construct a memory source that reads from a vector