12 #ifndef VTFLIB_READER_H
13 #define VTFLIB_READER_H
27 virtual vlBool Opened()
const = 0;
30 virtual vlVoid Close() = 0;
32 virtual vlSSize GetStreamSize()
const = 0;
33 virtual vlSSize GetStreamPointer()
const = 0;
35 virtual vlSSize Seek(vlOffset lOffset, VLSeekMode uiMode) = 0;
38 virtual vlSize Read(
vlVoid *vData, vlSize uiBytes) = 0;
char vlChar
Single signed character.
Definition: stdafx.h:51
Application framework header plus VTFLib custom data types.
void vlVoid
Void value.
Definition: stdafx.h:61
unsigned char vlBool
Boolean value 0/1.
Definition: stdafx.h:50