Bitcoin Core  26.1.0
P2P Digital Currency
Classes | Namespaces | Functions
streams.h File Reference
#include <serialize.h>
#include <span.h>
#include <support/allocators/zeroafterfree.h>
#include <util/overflow.h>
#include <algorithm>
#include <assert.h>
#include <cstddef>
#include <cstdio>
#include <ios>
#include <limits>
#include <optional>
#include <stdint.h>
#include <string.h>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for streams.h:

Go to the source code of this file.

Classes

class  OverrideStream< Stream >
 
class  CVectorWriter
 
class  SpanReader
 Minimal stream for reading from an existing byte array by Span. More...
 
class  DataStream
 Double ended buffer combining vector and stream-like interfaces. More...
 
class  CDataStream
 
class  BitStreamReader< IStream >
 
class  BitStreamWriter< OStream >
 
class  AutoFile
 Non-refcounted RAII wrapper for FILE*. More...
 
class  CAutoFile
 
class  BufferedFile
 Wrapper around a CAutoFile& that implements a ring buffer to deserialize from. More...
 

Namespaces

 util
 

Functions

void util::Xor (Span< std::byte > write, Span< const std::byte > key, size_t key_offset=0)