Public Member Functions | Private Attributes | List of all members
ByteStreamOutFileLE Class Reference

#include <bytestreamout_file.hpp>

Inheritance diagram for ByteStreamOutFileLE:
Inheritance graph
[legend]

Public Member Functions

 ByteStreamOutFileLE (FILE *file)
 
BOOL put16bitsBE (const U8 *bytes)
 
BOOL put16bitsLE (const U8 *bytes)
 
BOOL put32bitsBE (const U8 *bytes)
 
BOOL put32bitsLE (const U8 *bytes)
 
BOOL put64bitsBE (const U8 *bytes)
 
BOOL put64bitsLE (const U8 *bytes)
 
- Public Member Functions inherited from ByteStreamOutFile
 ByteStreamOutFile (FILE *file)
 
BOOL isSeekable () const
 
BOOL putByte (U8 byte)
 
BOOL putBytes (const U8 *bytes, U32 num_bytes)
 
BOOL refile (FILE *file)
 
BOOL seek (const I64 position)
 
BOOL seekEnd ()
 
I64 tell () const
 
 ~ByteStreamOutFile ()
 
- Public Member Functions inherited from ByteStreamOut
virtual ~ByteStreamOut ()
 

Private Attributes

U8 swapped [8]
 

Additional Inherited Members

- Protected Attributes inherited from ByteStreamOutFile
FILE * file
 

Detailed Description

Definition at line 67 of file bytestreamout_file.hpp.

Constructor & Destructor Documentation

◆ ByteStreamOutFileLE()

ByteStreamOutFileLE::ByteStreamOutFileLE ( FILE *  file)
inline

Definition at line 161 of file bytestreamout_file.hpp.

Member Function Documentation

◆ put16bitsBE()

BOOL ByteStreamOutFileLE::put16bitsBE ( const U8 bytes)
inlinevirtual

Implements ByteStreamOut.

Definition at line 180 of file bytestreamout_file.hpp.

◆ put16bitsLE()

BOOL ByteStreamOutFileLE::put16bitsLE ( const U8 bytes)
inlinevirtual

Implements ByteStreamOut.

Definition at line 165 of file bytestreamout_file.hpp.

◆ put32bitsBE()

BOOL ByteStreamOutFileLE::put32bitsBE ( const U8 bytes)
inlinevirtual

Implements ByteStreamOut.

Definition at line 187 of file bytestreamout_file.hpp.

◆ put32bitsLE()

BOOL ByteStreamOutFileLE::put32bitsLE ( const U8 bytes)
inlinevirtual

Implements ByteStreamOut.

Definition at line 170 of file bytestreamout_file.hpp.

◆ put64bitsBE()

BOOL ByteStreamOutFileLE::put64bitsBE ( const U8 bytes)
inlinevirtual

Implements ByteStreamOut.

Definition at line 196 of file bytestreamout_file.hpp.

◆ put64bitsLE()

BOOL ByteStreamOutFileLE::put64bitsLE ( const U8 bytes)
inlinevirtual

Implements ByteStreamOut.

Definition at line 175 of file bytestreamout_file.hpp.

Member Data Documentation

◆ swapped

U8 ByteStreamOutFileLE::swapped[8]
private

Definition at line 84 of file bytestreamout_file.hpp.


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


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:26