Library: Data
Package: DataCore
Header: Poco/Data/BLOBStream.h
This is the streambuf class used for reading from and writing to a BLOB.
Direct Base Classes: UnbufferedStreamBuf
All Base Classes: Poco::UnbufferedStreamBuf
Member Functions: readFromDevice, writeToDevice
BLOBStreamBuf(
    BLOB & blob
);
Creates BLOBStreamBuf.
~BLOBStreamBuf();
Destroys BLOBStreamBuf.
 
 int_type readFromDevice();
 
 int_type writeToDevice(
    char c
);