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::buffer_stream Class Reference
Inheritance diagram for docwire::buffer_stream:
docwire::data_stream docwire::with_pimpl< buffer_stream > docwire::with_pimpl_base

Public Member Functions

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

Additional Inherited Members

- Protected Types inherited from docwire::with_pimpl< buffer_stream >
using impl_type = pimpl_impl< buffer_stream >
 
- Protected Member Functions inherited from docwire::with_pimpl< buffer_stream >
impl_typecreate_impl (Args &&... args)
 
 with_pimpl (Args &&... args)
 
 with_pimpl (with_pimpl< buffer_stream > &&other) noexcept
 
 with_pimpl (std::nullptr_t)
 
with_pimploperator= (with_pimpl &&other) noexcept
 
impl_typeimpl ()
 
const impl_typeimpl () const
 

Detailed Description

Definition at line 58 of file data_stream.h.


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