Go to the source code of this file.
|
optional< Block > | ndn::io::loadBlock (std::istream &is, IoEncoding encoding=BASE64) |
| Reads a TLV block from a stream. More...
|
|
shared_ptr< Buffer > | ndn::io::loadBuffer (std::istream &is, IoEncoding encoding=BASE64) |
| Reads bytes from a stream until EOF. More...
|
|
void | ndn::io::saveBlock (const Block &block, std::ostream &os, IoEncoding encoding=BASE64) |
| Writes a TLV block to a stream. More...
|
|
void | ndn::io::saveBuffer (const uint8_t *buf, size_t size, std::ostream &os, IoEncoding encoding=BASE64) |
| Writes a byte buffer to a stream. More...
|
|