Home
last modified time | relevance | path

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

/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java243 final InputStream inputStream = blob.getBinaryStream(); in produceFromBlob() local
249 IOUtils.getInstance().copyStreams(inputStream, bout); in produceFromBlob()
252 inputStream.close(); in produceFromBlob()
342 final InputStream inputStream = inputRepository.createInputStream(source); in produceFromString() local
345 IOUtils.getInstance().copyStreams(inputStream, bout); in produceFromString()
348 inputStream.close(); in produceFromString()
417 final InputStream inputStream = new BufferedInputStream(urlConnection.getInputStream()); in produceFromURL() local
420 IOUtils.getInstance().copyStreams(inputStream, bout); in produceFromURL()
423 inputStream.close(); in produceFromURL()
H A DOfficeDocumentReportTarget.java1053 InputStream inputStream = null; in copyMeta() local
1056 inputStream = getInputRepository().createInputStream("meta.xml"); in copyMeta()
1058 dOMParser.parse(new InputSource(inputStream)); in copyMeta()
1080 if (inputStream != null) in copyMeta()
1084 inputStream.close(); in copyMeta()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DStreamPump.java34 InputStream inputStream = null; field in StreamPump
36 public StreamPump(StringBuffer stringBuffer, InputStream inputStream) { in StreamPump() argument
38 this.inputStream = inputStream; in StreamPump()
44 reader = new InputStreamReader(inputStream); in run()
H A DLogger.java57 InputStream inputStream = new ByteArrayInputStream(loggingProperties.getBytes());
60 logManager.readConfiguration(inputStream);
H A DFileUtil.java283 public static String readStreamAsString(InputStream inputStream, String charsetName) { in readStreamAsString() argument
287 …dReader(charsetName == null ? new InputStreamReader(inputStream) : new InputStreamReader(inputStre… in readStreamAsString()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java59 public Document parse(InputStream inputStream) { in parse() argument
67 is = new InputSource(inputStream); in parse()
/aoo41x/main/connectivity/source/inc/odbc/
H A DOBoundParam.hxx108 …putStream(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& inputStream, in setInputStream() argument
111 paramInputStream = inputStream; in setInputStream()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/
H A DPluginFactoryImpl.java108 …ocument createDeviceDocument(java.lang.String str, java.io.InputStream inputStream) throws java.io… in createDeviceDocument() argument
111 domDoc.read(inputStream); in createDeviceDocument()
/aoo41x/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java52 public Manifest(InputStream inputStream) throws IOException { in Manifest() argument
53 document = XMLParserFactory.getParser().parse(inputStream); in Manifest()
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java70 public Document parse(InputStream inputStream) throws IOException { in parse() argument
77 is = new InputSource(inputStream); in parse()
H A DXMLParser.java32 public Document parse(InputStream inputStream) throws IOException; in parse() argument
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx762 Reference< XInputStream> inputStream = boundParams[index - 1].getInputStream (); in putParamData() local
763 if ( !inputStream.is() ) in putParamData()
782 haveRead = inputStream->readBytes( buf, toReadThisRound ); in putParamData()
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py154 def readTextFromStream( inputStream ): argument
158 read,out = inputStream.readBytes( None , BLOCK_SIZE )
704 inputStream = sfa.openFileRead( fileUrl )
708 parser.parseStream( InputSource( inputStream , "", fileUrl, fileUrl ) )
/aoo41x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java582 public InputStream inputStream(String name) in inputStream() method in OpenOfficeDocFileSystem.InfoImpl

Completed in 104 milliseconds