OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimS3StreamBuffer.h>
Public Member Functions | |
blockInfo () | |
void | setBytes (ossim_int64 startByte, ossim_int64 currentByte, ossim_int64 endByte) |
void | setCurrentByte (ossim_int64 currentByte) |
ossim_int64 | getOffsetFromStart () const |
ossim_int64 | getOffsetFromEnd () const |
const ossim_int64 & | getStartByte () const |
const ossim_int64 & | getEndByte () const |
const ossim_int64 & | getCurrentByte () const |
bool | withinWindow () const |
Public Attributes | |
ossim_int64 | m_startByte |
ossim_int64 | m_endByte |
ossim_int64 | m_currentByte |
Definition at line 38 of file ossimS3StreamBuffer.h.
|
inline |
Definition at line 41 of file ossimS3StreamBuffer.h.
|
inline |
Definition at line 60 of file ossimS3StreamBuffer.h.
References m_currentByte.
|
inline |
Definition at line 59 of file ossimS3StreamBuffer.h.
References m_endByte.
|
inline |
Definition at line 57 of file ossimS3StreamBuffer.h.
References m_currentByte, and m_endByte.
|
inline |
Definition at line 56 of file ossimS3StreamBuffer.h.
References m_currentByte, and m_startByte.
|
inline |
Definition at line 58 of file ossimS3StreamBuffer.h.
References m_startByte.
|
inline |
Definition at line 49 of file ossimS3StreamBuffer.h.
References m_currentByte, m_endByte, and m_startByte.
|
inline |
Definition at line 55 of file ossimS3StreamBuffer.h.
References m_currentByte.
|
inline |
Definition at line 61 of file ossimS3StreamBuffer.h.
References m_currentByte, m_endByte, and m_startByte.
ossim_int64 ossim::S3StreamBuffer::blockInfo::m_currentByte |
Definition at line 66 of file ossimS3StreamBuffer.h.
Referenced by getCurrentByte(), getOffsetFromEnd(), getOffsetFromStart(), setBytes(), setCurrentByte(), and withinWindow().
ossim_int64 ossim::S3StreamBuffer::blockInfo::m_endByte |
Definition at line 65 of file ossimS3StreamBuffer.h.
Referenced by getEndByte(), getOffsetFromEnd(), setBytes(), and withinWindow().
ossim_int64 ossim::S3StreamBuffer::blockInfo::m_startByte |
Definition at line 64 of file ossimS3StreamBuffer.h.
Referenced by getOffsetFromStart(), getStartByte(), setBytes(), and withinWindow().