Library: Data
Package: DataCore
Header: Poco/Data/LOBStream.h
The base class for LOBInputStream and LOBOutputStream.
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
Member Functions: rdbuf
LOBIOS(
LOB < T > & lob,
openmode mode
);
~LOBIOS();
Destroys the LOBIOS.
LOBStreamBuf < T > * rdbuf();
Returns a pointer to the internal LOBStreamBuf.
LOBStreamBuf < T > _buf;