API Reference > OdDb Classes > OdDbPageController Class > OdDbPageController Methods > OdDbPageController::read Method
OdDbPageController::read Method
Syntax
C++
virtual OdStreamBufPtr read(Key key) = 0;
Parameters 
Description 
Key key 
[in] Paged data key, as returned by write(). 

Pages in the specified data.

Returns a SmartPointer to an OdDbStreamBuf object containing the specified paged data from a client-supplied data source. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.