![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_codec_memory.h>
Public Member Functions | |
| pdfium::span< uint8_t > | GetUnconsumedSpan () |
| pdfium::span< uint8_t > | GetBufferSpan () |
| size_t | GetSize () const |
| size_t | GetPosition () const |
| bool | IsEOF () const |
| size_t | ReadBlock (pdfium::span< uint8_t > buffer) |
| bool | Seek (size_t pos) |
| bool | TryResize (size_t new_buffer_size) |
| void | Consume (size_t consumed) |
| Public Member Functions inherited from fxcrt::Retainable | |
| Retainable ()=default | |
| bool | HasOneRef () const |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
| ~CFX_CodecMemory () override | |
Additional Inherited Members | |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
Definition at line 15 of file cfx_codec_memory.h.
|
overrideprivatedefault |
| void CFX_CodecMemory::Consume | ( | size_t | consumed | ) |
Definition at line 47 of file cfx_codec_memory.cpp.
|
inline |
Definition at line 25 of file cfx_codec_memory.h.
|
inline |
Definition at line 29 of file cfx_codec_memory.h.
|
inline |
Definition at line 28 of file cfx_codec_memory.h.
|
inline |
Definition at line 20 of file cfx_codec_memory.h.
|
inline |
Definition at line 30 of file cfx_codec_memory.h.
Referenced by ReadBlock().
| size_t CFX_CodecMemory::ReadBlock | ( | pdfium::span< uint8_t > | buffer | ) |
Definition at line 25 of file cfx_codec_memory.cpp.
References IsEOF().
| bool CFX_CodecMemory::Seek | ( | size_t | pos | ) |
Definition at line 17 of file cfx_codec_memory.cpp.
| bool CFX_CodecMemory::TryResize | ( | size_t | new_buffer_size | ) |
Definition at line 35 of file cfx_codec_memory.cpp.
| CFX_CodecMemory::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 17 of file cfx_codec_memory.h.