Library: Data
Package: DataCore
Header: Poco/Data/BLOBStream.h
The base class for BLOBInputStream and BLOBOutputStream.
This class is needed to ensure the correct initialization order of the stream buffer and base classes.
Direct Base Classes: std::ios
All Base Classes: std::ios
Known Derived Classes: BLOBInputStream, BLOBOutputStream
Member Functions: rdbuf
BLOBIOS(
BLOB & blob,
openmode mode
);
~BLOBIOS();
Destroys the BLOBIOS.
BLOBStreamBuf * rdbuf();
Returns a pointer to the internal BLOBStreamBuf.
BLOBStreamBuf _buf;