Home
last modified time | relevance | path

Searched refs:readBytes (Results 26 – 50 of 208) sorted by relevance

123456789

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java119 xInput.readBytes(oledata, oleLength); in getByName()
152 int readbytes = xSubStream.readBytes(pLength, 4); in getEncodedSubStorage()
160 readbytes = xSubStream.readBytes(pContents, oleLength); in getEncodedSubStorage()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx109 virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )
397 sal_Int32 OTextInputStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes() function in io_TextInputStream::OTextInputStream
400 return mxStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamWrapper.java41 numRead = m_xInputStream.readBytes(byteRet, 1); in read()
59 return m_xInputStream.readBytes( byteRet, b.length ); in read()
H A DXInputStreamImpl.java38 …public int readBytes( /*OUT*/byte[][] aData, /*IN*/int nBytesToRead ) throws com.sun.star.io.NotCo… in readBytes() method in XInputStreamImpl
78 int read = readBytes( aData, bytesToRead ); in readSomeBytes()
/trunk/main/extensions/workben/
H A Dtestpgp.cxx93 virtual sal_Int32 SAL_CALL readBytes (
274 sal_Int32 SAL_CALL DataSource_Impl::readBytes ( in readBytes() function in DataSource_Impl
300 return readBytes (rData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/package/source/xstor/
H A Dswitchpersistencestream.cxx259 ::sal_Int32 SAL_CALL SwitchablePersistenceStream::readBytes( uno::Sequence< ::sal_Int8 >& aData, ::… in readBytes() function in SwitchablePersistenceStream
271 return m_pStreamData->m_xOrigInStream->readBytes( aData, nBytesToRead ); in readBytes()
288 return m_pStreamData->m_xOrigInStream->readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
H A Dselfterminatefilestream.cxx78 sal_Int32 SAL_CALL OSelfTerminateFileStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32… in readBytes() function in OSelfTerminateFileStream
84 return m_xInputStream->readBytes( aData, nBytesToRead ); in readBytes()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx77 sal_Int32 SAL_CALL InputStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead… in readBytes() function in gio::InputStream
105 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DMyInputStream.java122 public synchronized int readBytes(byte[][] p0, int p1) in readBytes() method in MyInputStream
160 return readBytes( p0,p1 ); in readSomeBytes()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx70 sal_Int32 SAL_CALL FTPInputStream::readBytes(Sequence< sal_Int8 >& aData, in readBytes() function in FTPInputStream
105 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DPump.java122 public int readBytes(byte[][] bytes, int len) in readBytes() method in Pump.MyInput
144 return readBytes(bytes, len); in readSomeBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DPump.java119 public int readBytes(byte[][] bytes, int len) in readBytes() method in Pump.MyInput
141 return readBytes(bytes, len); in readSomeBytes()
/trunk/main/package/source/package/zippackage/
H A DZipPackageBuffer.cxx45 sal_Int32 SAL_CALL ZipPackageBuffer::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead… in readBytes() function in ZipPackageBuffer
63 return readBytes(aData, nMaxBytesToRead); in readSomeBytes()
/trunk/main/connectivity/source/drivers/jdbc/
H A DInputStream.cxx58 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
78 sal_Int32 SAL_CALL java_io_InputStream::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aDa… in readBytes() function in java_io_InputStream
H A DReader.cxx57 return readBytes(aData,nMaxBytesToRead); in readSomeBytes()
89 sal_Int32 SAL_CALL java_io_Reader::readBytes( ::com::sun::star::uno::Sequence< sal_Int8 >& aData, s… in readBytes() function in java_io_Reader
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx167 nBytesRead = xIn->readBytes(aData,1); in read_from_storage_stream()
245 nBytesRead = xIn->readBytes(aData, len); in read_from_storage_stream_into_buffer()
313 nBytesRead = xIn->readBytes(aData, 4); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_readInt()
/trunk/main/unotools/qa/complex/tempfile/
H A DTestHelper.java118 xInTemp.readBytes( pBytes, nBytes ); in ReadBytesWithStream()
133 xInTemp.readBytes( pBytes, nBytes ); in ReadDirectlyFromTempFile()
/trunk/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx93 if( rInputStream->readBytes( seqRead ,3 ) != 3 ) in testPipe()
108 if( rInputStream->readBytes( seqRead , 4 ) != 3 ) in testPipe()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DByteArrayToXInputStreamAdapter.java93 …public int readBytes(byte[][] values, int param) throws com.sun.star.io.NotConnectedException, com… in readBytes() method in ByteArrayToXInputStreamAdapter
121 return readBytes(values, param); in readSomeBytes()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx755 sal_Int32 nRead = xStream->readBytes( bytes, xStream->available() ); in implCopyStreamToByteSequence()
758 Sequence< sal_Int8 > readBytes; in implCopyStreamToByteSequence() local
759 nRead = xStream->readBytes( readBytes, 1024 ); in implCopyStreamToByteSequence()
765 ::rtl_copyMemory( bytes.getArray() + nPos, readBytes.getConstArray(), (sal_uInt32)nRead ); in implCopyStreamToByteSequence()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx88 XInputStream_impl::readBytes( in readBytes() function in XInputStream_impl
123 return readBytes( aData,nMaxBytesToRead ); in readSomeBytes()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx87 sal_Int32 SAL_CALL CurlInputStream::readBytes( in readBytes() function in CurlInputStream
124 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dhelper.hxx81 virtual sal_Int32 SAL_CALL readBytes( in readBytes() function in OInputStream
99 return readBytes( aData, nMaxBytesToRead ) ; in readSomeBytes()
/trunk/main/package/qa/storages/
H A DRegressionTest_i59886.java179 xTempInStream1.readBytes( pDummyData, 3 ); in test()
180 xTempInStream2.readBytes( pDummyData, 3 ); in test()
/trunk/main/package/source/package/zipapi/
H A DMemoryByteGrabber.hxx50 sal_Int32 SAL_CALL readBytes( com::sun::star::uno::Sequence< sal_Int8 >& aData, in readBytes() function in MemoryByteGrabber
70 return readBytes( aData, nMaxBytesToRead ); in readSomeBytes()

Completed in 77 milliseconds

123456789