Go to the source code of this file.
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::io | |
Functions | |
optional< Block > | ndn::io::loadBlock (std::istream &is, IoEncoding encoding=BASE64) |
loads a TLV block from a stream More... | |
void | ndn::io::saveBlock (const Block &block, std::ostream &os, IoEncoding encoding=BASE64) |
saves a TLV block to a stream More... | |