51Degrees Common C/C++  4.1

A shared functionality library that is used by 51Degrees products

fiftyoneDegreesMemoryReader Struct Reference

Detailed Description

Used to read data from memory in a similar manner to a file handle.

Public Attributes

byte *  startByte
The first byte in memory.
byte *  current
The current byte being read from.
byte *  lastByte
The maximum byte that can be read from.
long  length
Length of the file in bytes.

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