LibreOffice Module ucb (master)
1
|
#include <NeonInputStream.hxx>
Public Member Functions | |
NeonInputStream () | |
virtual | ~NeonInputStream () override |
void | AddToStream (const char *inBuf, sal_Int32 inLen) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &type) override |
virtual void SAL_CALL | acquire () override throw () |
virtual void SAL_CALL | release () override throw () |
virtual sal_Int32 SAL_CALL | readBytes (css::uno::Sequence< sal_Int8 > &aData, sal_Int32 nBytesToRead) override |
virtual sal_Int32 SAL_CALL | readSomeBytes (css::uno::Sequence< sal_Int8 > &aData, sal_Int32 nMaxBytesToRead) override |
virtual void SAL_CALL | skipBytes (sal_Int32 nBytesToSkip) override |
virtual sal_Int32 SAL_CALL | available () override |
virtual void SAL_CALL | closeInput () override |
virtual void SAL_CALL | seek (sal_Int64 location) override |
virtual sal_Int64 SAL_CALL | getPosition () override |
virtual sal_Int64 SAL_CALL | getLength () override |
![]() | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Private Attributes | |
css::uno::Sequence< sal_Int8 > | mInputBuffer |
sal_Int64 | mLen |
sal_Int64 | mPos |
Additional Inherited Members | |
![]() | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
![]() | |
oslInterlockedCount | m_refCount |
Definition at line 43 of file NeonInputStream.hxx.
NeonInputStream::NeonInputStream | ( | ) |
Definition at line 41 of file NeonInputStream.cxx.
|
overridevirtual |
Definition at line 47 of file NeonInputStream.cxx.
|
inlineoverridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 62 of file NeonInputStream.hxx.
void NeonInputStream::AddToStream | ( | const char * | inBuf, |
sal_Int32 | inLen | ||
) |
Definition at line 52 of file NeonInputStream.cxx.
References mInputBuffer, and mLen.
|
overridevirtual |
Definition at line 106 of file NeonInputStream.cxx.
References mLen, mPos, and SAL_MAX_INT32.
|
overridevirtual |
Definition at line 111 of file NeonInputStream.cxx.
|
overridevirtual |
Definition at line 131 of file NeonInputStream.cxx.
References mLen.
|
overridevirtual |
Definition at line 126 of file NeonInputStream.cxx.
References mPos.
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 59 of file NeonInputStream.cxx.
References Any.
|
overridevirtual |
Definition at line 68 of file NeonInputStream.cxx.
References mInputBuffer, mLen, and mPos.
Referenced by readSomeBytes().
|
overridevirtual |
Definition at line 90 of file NeonInputStream.cxx.
References readBytes().
|
inlineoverridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 66 of file NeonInputStream.hxx.
|
overridevirtual |
Definition at line 115 of file NeonInputStream.cxx.
|
overridevirtual |
Definition at line 98 of file NeonInputStream.cxx.
|
private |
Definition at line 48 of file NeonInputStream.hxx.
Referenced by AddToStream(), and readBytes().
|
private |
Definition at line 49 of file NeonInputStream.hxx.
Referenced by AddToStream(), available(), getLength(), readBytes(), seek(), and skipBytes().
|
private |
Definition at line 50 of file NeonInputStream.hxx.
Referenced by available(), getPosition(), readBytes(), seek(), and skipBytes().