FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
read_file.hpp File Reference

FARGOS file processing infrastructure. More...

Go to the source code of this file.

Classes

class  File_Buffer
 Implements an adjustable sliding buffer that minimizes data movement while enabling streams to process variable length content. More...
 
class  Read_And_Process_File
 Fundamental class that can read data from a memory-mapped region, file or socket and process data in lines, fixed-sized blocks or as data is available. More...
 
struct  Read_And_Process_File::FileTypeReaderSelector
 Describes magic numbers needed to identify a file's type and the routine capable of decoding a file's contents. More...
 
class  Extract_And_Process_Document_Stream
 Scan streams of data for start and end tags, invokes processDocument() on found content. More...
 
class  Parse_And_Process_HTTP_Stream
 Scan HTTP and parse stream for HTTP requests/responses. More...
 
class  CSV_File
 Read and process Comma-Separated-Value (or equivalent) files a record at a time. More...
 

Detailed Description

FARGOS file processing infrastructure.

Generated: Fri Jul 31 2020 18:19:16
Support Information