![]() |
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_memorystream.h>
Public Member Functions | |
| FX_FILESIZE | GetSize () override |
| FX_FILESIZE | GetPosition () override |
| bool | IsEOF () override |
| bool | ReadBlockAtOffset (pdfium::span< uint8_t > buffer, FX_FILESIZE offset) override |
| bool | WriteBlock (pdfium::span< const uint8_t > buffer) override |
| bool | Flush () override |
| pdfium::span< const uint8_t > | GetSpan () const |
| Public Member Functions inherited from fxcrt::Retainable | |
| Retainable ()=default | |
| bool | HasOneRef () const |
| Public Member Functions inherited from IFX_WriteStream | |
| bool | WriteString (ByteStringView str) |
| bool | WriteByte (uint8_t byte) |
| bool | WriteDWord (uint32_t i) |
| bool | WriteFilesize (FX_FILESIZE size) |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_RETAIN | |
Private Member Functions | |
| ~CFX_MemoryStream () override | |
Additional Inherited Members | |
| Static Public Member Functions inherited from IFX_SeekableReadStream | |
| static RetainPtr< IFX_SeekableReadStream > | CreateFromFilename (const char *filename) |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
| Protected Member Functions inherited from IFX_WriteStream | |
| virtual | ~IFX_WriteStream ()=default |
Definition at line 15 of file cfx_memorystream.h.
|
overrideprivatedefault |
|
overridevirtual |
Implements IFX_SeekableWriteStream.
Definition at line 31 of file cfx_memorystream.cpp.
|
overridevirtual |
Reimplemented from IFX_SeekableReadStream.
Definition at line 27 of file cfx_memorystream.cpp.
|
overridevirtual |
Implements IFX_StreamWithSize.
Definition at line 19 of file cfx_memorystream.cpp.
| pdfium::span< const uint8_t > CFX_MemoryStream::GetSpan | ( | ) | const |
Definition at line 35 of file cfx_memorystream.cpp.
|
overridevirtual |
Reimplemented from IFX_SeekableReadStream.
Definition at line 23 of file cfx_memorystream.cpp.
|
overridevirtual |
Implements IFX_SeekableReadStream.
Definition at line 39 of file cfx_memorystream.cpp.
|
overridevirtual |
Implements IFX_WriteStream.
Definition at line 59 of file cfx_memorystream.cpp.
| CFX_MemoryStream::CONSTRUCT_VIA_MAKE_RETAIN |
Definition at line 17 of file cfx_memorystream.h.