Go to the documentation of this file.
31 #ifndef BYTE_STREAM_OUT_FILE_H
32 #define BYTE_STREAM_OUT_FILE_H
38 #if defined(_MSC_VER) && (_MSC_VER < 1300)
39 extern "C" int _cdecl _fseeki64(FILE*, __int64,
int);
40 extern "C" __int64 _cdecl _ftelli64(FILE*);
121 return (fputc(
byte,
file) ==
byte);
126 return (fwrite(bytes, 1, num_bytes,
file) == num_bytes);
131 return (
file != stdout);
137 return _ftelli64(
file);
146 return !(_fseeki64(
file, position, SEEK_SET));
148 return !(fseeko(
file, (off_t)position, SEEK_SET));
155 return !(_fseeki64(
file, 0, SEEK_END));
157 return !(fseeko(
file, (off_t)0, SEEK_END));
ByteStreamOutFileBE(FILE *file)
BOOL put16bitsLE(const U8 *bytes)
BOOL put16bitsBE(const U8 *bytes)
BOOL put16bitsLE(const U8 *bytes)
BOOL put64bitsLE(const U8 *bytes)
BOOL putBytes(const U8 *bytes, U32 num_bytes)
BOOL put32bitsLE(const U8 *bytes)
BOOL put32bitsBE(const U8 *bytes)
BOOL put64bitsLE(const U8 *bytes)
BOOL put16bitsBE(const U8 *bytes)
ByteStreamOutFileLE(FILE *file)
BOOL put32bitsBE(const U8 *bytes)
ByteStreamOutFile(FILE *file)
BOOL put64bitsBE(const U8 *bytes)
BOOL seek(const I64 position)
BOOL put32bitsLE(const U8 *bytes)
BOOL put64bitsBE(const U8 *bytes)
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:22