ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
Loading...
Searching...
No Matches
io.cpp File Reference
+ Include dependency graph for io.cpp:

Go to the source code of this file.

Namespaces

namespace  ndn
 
namespace  ndn::io
 

Functions

shared_ptr< Bufferndn::io::loadBuffer (std::istream &is, IoEncoding encoding=BASE64)
 Reads bytes from a stream until EOF.
 
void ndn::io::saveBuffer (span< const uint8_t > buf, std::ostream &os, IoEncoding encoding=BASE64)
 Writes a sequence of bytes to a stream.