String of bytes.
More...
#include <Bytes.h>
|
ostream & | operator<< (ostream &os, const Bytes &val) |
| Write bytes to string stream using current encoding. More...
|
|
istream & | operator>> (istream &is, Bytes &val) |
| Read bytes from string stream using current decoding. More...
|
|
template<szt N>
honey::Bytes::Bytes |
( |
const ByteArray< N > & |
bs | ) |
|
|
inline |
ostream& operator<< |
( |
ostream & |
os, |
|
|
const Bytes & |
val |
|
) |
| |
|
friend |
Write bytes to string stream using current encoding.
istream& operator>> |
( |
istream & |
is, |
|
|
Bytes & |
val |
|
) |
| |
|
friend |
Read bytes from string stream using current decoding.
The documentation for this class was generated from the following file: