LibreOffice Module comphelper (master) 1
|
Interface that we can cast to, to bypass the inefficiency of using Sequence<sal_Int8> when reading via XInputStream. More...
#include <bytereader.hxx>
Public Member Functions | |
virtual | ~ByteReader () |
virtual sal_Int32 | readSomeBytes (sal_Int8 *aData, sal_Int32 nBytesToRead)=0 |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () |
Interface that we can cast to, to bypass the inefficiency of using Sequence<sal_Int8> when reading via XInputStream.
Definition at line 20 of file bytereader.hxx.
|
virtual |
Definition at line 162 of file basicio.cxx.
|
static |
Definition at line 164 of file basicio.cxx.
References comphelper::UnoIdInit::getSeq().
Referenced by comphelper::OStorageHelper::CopyInputToOutput(), and comphelper::SequenceInputStream::getSomething().
|
pure virtual |
Implemented in comphelper::SequenceInputStream.
Referenced by comphelper::OStorageHelper::CopyInputToOutput().