Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/streaming/ !
H A Dseqoutputstreamserv.cxx65 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL getWrittenBytes( ) throw ( io::NotConnectedException…
153 uno::Sequence< ::sal_Int8 > SAL_CALL SequenceOutputStreamService::getWrittenBytes() throw ( io::Not… in getWrittenBytes() function in __anondbf32e940111::SequenceOutputStreamService
/trunk/main/udkapi/com/sun/star/io/ !
H A DXSequenceOutputStream.idl52 sequence< byte > getWrittenBytes()
/trunk/main/comphelper/qa/complex/comphelper/ !
H A DSequenceOutputStreamUnitTest.java111 byte pBytesWritten[] = xSeqOutStream.getWrittenBytes (); in test()