OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimFileInfoInterface.h
Go to the documentation of this file.
1 //---
2 // File: ossimFileInfoInterface.h
3 //
4 // License: MIT
5 //
6 // Description: Class ossimFileInfoInterface.
7 //
8 // Interface class for file info things. Written for stream code from url,
9 // e.g. AWS ossim::S3IStream.
10 //
11 //---
12 // $Id$
13 
14 #ifndef ossimFileInfoInterface_HEADER
15 #define ossimFileInfoInterface_HEADER 1
16 
18 
21 {
22 public:
23 
26 
31  virtual ossim_int64 getFileSize() const = 0;
32 };
33 
34 #endif /* #ifndef ossimFileInfoInterface_HEADER */
virtual ossim_int64 getFileSize() const =0
Pure virtual file size method.
long long ossim_int64
virtual ~ossimFileInfoInterface()
virtual destructor.