Searched defs:Read (Results 1 – 6 of 6) sorted by relevance
28 Read = 0, enumerator
35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in FileWrapperInput
29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) { in Read() function in InMemoryWrapperInput
68 bool Read(const uint8_t* buf, size_t buf_len) { in Read() function
174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member
43 virtual int Read(long long position, long length, unsigned char* buffer) { in Read() function