DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
docwire::data_stream Class Referenceabstract
Inheritance diagram for docwire::data_stream:
docwire::buffer_stream docwire::file_stream

Public Member Functions

virtual bool open ()=0
 
virtual bool close ()=0
 
virtual bool read (void *data, int element_size, size_t elements_num)=0
 
virtual bool seek (int offset, int whence)=0
 
virtual bool eof ()=0
 
virtual int getc ()=0
 
virtual bool unGetc (int ch)=0
 
virtual size_t size ()=0
 
virtual size_t tell ()=0
 
virtual std::string name ()=0
 
virtual data_streamclone ()=0
 

Detailed Description

Definition at line 23 of file data_stream.h.


The documentation for this class was generated from the following file: