summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fx_stream.h')
-rw-r--r--core/fxcrt/fx_stream.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h
index f77da29de3..c9306c9548 100644
--- a/core/fxcrt/fx_stream.h
+++ b/core/fxcrt/fx_stream.h
@@ -127,19 +127,6 @@ class IFX_MemoryStream : public IFX_SeekableStream {
virtual void DetachBuffer() = 0;
};
-class IFX_BufferedReadStream : public IFX_ReadStream {
- public:
- // IFX_ReadStream:
- bool IsEOF() override = 0;
- FX_FILESIZE GetPosition() override = 0;
- size_t ReadBlock(void* buffer, size_t size) override = 0;
-
- virtual bool ReadNextBlock(bool bRestart = false) = 0;
- virtual const uint8_t* GetBlockBuffer() = 0;
- virtual size_t GetBlockSize() = 0;
- virtual FX_FILESIZE GetBlockOffset() = 0;
-};
-
#ifdef PDF_ENABLE_XFA
class IFX_FileAccess : public CFX_Retainable {
public: