Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
FrameCPP::Version_6::FrBase
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrEndOfFile.hh"
public function member index: |
|||
FrEndOfFile | (); | Default constructor | |
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
static INT_8U | Bytes | (INT_2U Version); | |
INT_4U | GetChkSum | () const; | File checksum |
INT_4U | GetChkType | () const; | Checksum schemes |
INT_8U | GetNBytes | () const; | Total number of bytes in this file (0 if NOT computed) |
INT_4U | GetNFrames | () const; | Retrieve the number of frames in this file |
INT_8U | GetSeekTOC | () const; | Retrieve the start of the TOC, 0 if there is none. |
static FrEndOfFile* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
void | SetNBytes | (INT_8U NumberOfBytes); | |
void | SetNFrames | (INT_4U NumberOfFrames); | |
void | SetSeekTOC | (INT_8U Position); | |
virtual void | Write | (OFrameStream& Stream) const; | Write the structure to the stream |
virtual void | WriteDescription | (OFrameStream& Stream) const; | Write the structure description to the stream |
static const CHAR* | getStaticName | (); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | Actually read the structure specific data off the stream |