Better check for 64-bit.
[AROS-Contrib.git] / vpdf / poppler_io.h
blob50c8f71d8eadb07a744ddf20357073cfc71adfbf
1 #ifndef POPPLER_IO_H
2 #define POPPLER_IO_H
4 //========================================================================
5 //
6 // StdCachedFile.h
7 //
8 // This file is licensed under the GPLv2 or later
9 //
10 // Copyright 2010 Michal Wozniak <wozniak_m@interia.pl>
12 //========================================================================
14 #include "CachedFile.h"
16 class StdCacheLoader : public CachedFileLoader {
18 public:
20 size_t init(GooString *fname, CachedFile* cachedFile);
21 int load(const std::vector<ByteRange> &ranges, CachedFileWriter *writer);
25 #endif