beta-0.89.2
[luatex.git] / source / libs / poppler / poppler-src / poppler / StdinCachedFile.h
blob5be6fa841a31d5ba1e38740801fc92a8a839eaef
1 //========================================================================
2 //
3 // StdinCachedFile.h
4 //
5 // This file is licensed under the GPLv2 or later
6 //
7 // Copyright 2010 Hib Eris <hib@hiberis.nl>
8 // Copyright 2010 Albert Astals Cid <aacid@kde.org>
9 //
10 //========================================================================
12 #ifndef STDINCACHELOADER_H
13 #define STDINCACHELOADER_H
15 #include "CachedFile.h"
17 class StdinCacheLoader : public CachedFileLoader {
19 public:
21 size_t init(GooString *dummy, CachedFile* cachedFile);
22 int load(const std::vector<ByteRange> &ranges, CachedFileWriter *writer);
26 #endif