Home
last modified time | relevance | path

Searched refs:UNOMemoryStream (Results 1 – 1 of 1) sorted by relevance

/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx49 class UNOMemoryStream : public WeakImplHelper4 < XStream, XSeekableInputStream, XOutputStream, XTru… class
52 UNOMemoryStream();
53 virtual ~UNOMemoryStream();
89 UNOMemoryStream::UNOMemoryStream() in UNOMemoryStream() function in comphelper::UNOMemoryStream
94 UNOMemoryStream::~UNOMemoryStream() in ~UNOMemoryStream()
99 Reference< XInputStream > SAL_CALL UNOMemoryStream::getInputStream( ) throw (RuntimeException) in getInputStream()
104 Reference< XOutputStream > SAL_CALL UNOMemoryStream::getOutputStream( ) throw (RuntimeException) in getOutputStream()
110 sal_Int32 SAL_CALL UNOMemoryStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead … in readBytes()
130 sal_Int32 SAL_CALL UNOMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytes… in readSomeBytes()
135 void SAL_CALL UNOMemoryStream::skipBytes( sal_Int32 nBytesToSkip ) throw (NotConnectedException, Bu… in skipBytes()
[all …]