Class Index Cross Index Namespace Index

Class FrameCPP::Version_6::FrEndOfFile


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
 

Description:



Function Member Descriptions:


FrameCPP::Version_6::FrEndOfFile::FrEndOfFile - Default constructor


FrEndOfFile();



FrameCPP::Version_6::FrEndOfFile::Bytes - Number of bytes needed to write this structure


INT_8U Bytes() const;



FrameCPP::Version_6::FrEndOfFile::Bytes


static INT_8U Bytes(INT_2U Version);



FrameCPP::Version_6::FrEndOfFile::GetChkSum - File checksum


INT_4U GetChkSum() const;



FrameCPP::Version_6::FrEndOfFile::GetChkType - Checksum schemes


INT_4U GetChkType() const;



FrameCPP::Version_6::FrEndOfFile::GetNBytes - Total number of bytes in this file (0 if NOT computed)


INT_8U GetNBytes() const;



FrameCPP::Version_6::FrEndOfFile::GetNFrames - Retrieve the number of frames in this file


INT_4U GetNFrames() const;



FrameCPP::Version_6::FrEndOfFile::GetSeekTOC - Retrieve the start of the TOC, 0 if there is none.


INT_8U GetSeekTOC() const;



FrameCPP::Version_6::FrEndOfFile::ReadDynamic - Read the structure from stream


static FrEndOfFile* ReadDynamic(IFrameStream& Stream, const FrBase& Base);



FrameCPP::Version_6::FrEndOfFile::SetNBytes


void SetNBytes(INT_8U NumberOfBytes);



FrameCPP::Version_6::FrEndOfFile::SetNFrames


void SetNFrames(INT_4U NumberOfFrames);



FrameCPP::Version_6::FrEndOfFile::SetSeekTOC


void SetSeekTOC(INT_8U Position);



FrameCPP::Version_6::FrEndOfFile::Write - Write the structure to the stream


virtual void Write(OFrameStream& Stream) const;



FrameCPP::Version_6::FrEndOfFile::WriteDescription - Write the structure description to the stream


virtual void WriteDescription(OFrameStream& Stream) const;



FrameCPP::Version_6::FrEndOfFile::getStaticName


static const CHAR* getStaticName();



FrameCPP::Version_6::FrEndOfFile::read - Actually read the structure specific data off the stream


void read(IFrameStream& Stream);