#include <XMLUtils.h>
Public Types | |
typedef StorageWrap | Stream_t |
Public Member Functions | |
virtual unsigned int | curPos () const |
virtual unsigned int | readBytes (XMLByte *const buf, const unsigned int size) |
StorageInputStream (StorageWrap &in) | |
virtual | ~StorageInputStream () |
Private Attributes | |
bool | compression_ |
StorageWrap & | in |
unsigned int | lasttotal_ |
lzma_stream | lstr |
unsigned int | pos |
Definition at line 167 of file XMLUtils.h.
Definition at line 170 of file XMLUtils.h.
lhef::StorageInputStream::StorageInputStream | ( | StorageWrap & | in | ) |
Definition at line 206 of file XMLUtils.cc.
References compression_, edm::hlt::Exception, lstr, NULL, Storage::position(), Storage::read(), run_regression::ret, and Storage::SET.
|
virtual |
|
inlinevirtual |
|
virtual |
Definition at line 246 of file XMLUtils.cc.
References BUF_SIZE, compression_, Storage::CURRENT, edm::hlt::Exception, in, lasttotal_, lstr, pos, Storage::position(), SiPixelLorentzAngle_cfi::read, Storage::read(), and run_regression::ret.
|
private |
Definition at line 184 of file XMLUtils.h.
Referenced by readBytes(), and StorageInputStream().
|
private |
Definition at line 181 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 185 of file XMLUtils.h.
Referenced by readBytes().
|
private |
Definition at line 183 of file XMLUtils.h.
Referenced by readBytes(), StorageInputStream(), and ~StorageInputStream().
|
private |
Definition at line 182 of file XMLUtils.h.
Referenced by Vispa.Gui.PortWidget.PortWidget::connectionPoint(), curPos(), Vispa.Gui.VispaWidget.VispaWidget::dragWidget(), Vispa.Gui.VispaWidget.VispaWidget::paintEvent(), and readBytes().