#include <Types.h>
Public Attributes | |
Byte | buf [LookToRead_BUF_SIZE] |
size_t | pos |
ISeekInStream * | realStream |
ILookInStream | s |
size_t | size |
Byte CLookToRead::buf[LookToRead_BUF_SIZE] |
Definition at line 198 of file Types.h.
Referenced by LookToRead_Look_Exact(), LookToRead_Look_Lookahead(), and LookToRead_Read().
size_t CLookToRead::pos |
Definition at line 196 of file Types.h.
Referenced by LookToRead_Init(), LookToRead_Look_Exact(), LookToRead_Look_Lookahead(), LookToRead_Read(), LookToRead_Seek(), and LookToRead_Skip().
Definition at line 195 of file Types.h.
Referenced by LookToRead_Look_Exact(), LookToRead_Look_Lookahead(), LookToRead_Read(), and LookToRead_Seek().
Definition at line 194 of file Types.h.
Referenced by LookToRead_CreateVTable().
size_t CLookToRead::size |
Definition at line 197 of file Types.h.
Referenced by LookToRead_Init(), LookToRead_Look_Exact(), LookToRead_Look_Lookahead(), LookToRead_Read(), and LookToRead_Seek().