-
br.com.objectos.comuns.web.upload.UploadedFile.openStream()
-
com.dotcms.repackage.org.apache.commons.fileupload.FileItemStream.openStream()
-
com.eteks.sweethome3d.tools.URLContent.openStream()
Returns an InputStream on the URL content.
@throws IOException if URL stream can't be opened.
-
com.google.common.io.ByteSource.openStream()
Opens a new {@link InputStream} for reading from this source. This method should return a new,independent stream each time it is called.
The caller is responsible for ensuring that the returned stream is closed.
@throws IOException if an I/O error occurs in the process of opening the stream
-
com.google.common.io.CharSink.openStream()
Opens a new {@link Writer} for writing to this sink. This method should return a new,independent writer each time it is called.
The caller is responsible for ensuring that the returned writer is closed.
@throws IOException if an I/O error occurs in the process of opening the writer
-
com.google.common.io.CharSource.openStream()
Opens a new {@link Reader} for reading from this source. This method should return a new,independent reader each time it is called.
The caller is responsible for ensuring that the returned reader is closed.
@throws IOException if an I/O error occurs in the process of opening the reader
-
com.heroku.api.request.log.LogStreamResponse.openStream()
Creates a {@link URLConnection} to logplex. SSL verification is not used because Logplex's certificate is not signed by an authority that existsin the standard java keystore.
@return
-
com.jme3.asset.AssetInfo.openStream()
Implementations of this method should return an {@link InputStream}allowing access to the data represented by the {@link AssetKey}.
Each invocation of this method should return a new stream to the asset data, starting at the beginning of the file.
@return The asset data.
-
com.subgraph.orchid.HiddenServiceCircuit.openStream()
-
com.sun.media.sound.AudioSynthesizer.openStream()
Opens the synthesizer and renders audio into returned
AudioInputStream
.
An application opening a synthesizer explicitly with this call has to close the synthesizer by calling {@link #close}. This is necessary to release system resources and allow applications to exit cleanly.
Note that some synthesizers, once closed, cannot be reopened. Attempts to reopen such a synthesizer will always result in a MidiUnavailableException.
@param targetFormat specifies the AudioFormat
used in returned AudioInputStream
.
@param info a Map
object containingproperties for additional configuration supported by synthesizer. If info
is null then default settings are used.
@throws MidiUnavailableException thrown if the synthesizer cannot beopened due to resource restrictions.
@throws SecurityException thrown if the synthesizer cannot beopened due to security restrictions.
@see #close
@see #isOpen
-
com.sun.media.sound.SoftSynthesizer.openStream()
-
com.vaadin.external.org.apache.commons.fileupload.FileItemStream.openStream()
-
httl.Resource.openStream()
omething ... } finally { stream.close(); }
@return source input stream
@throws IOException - If an I/O error occurs
-
java.io.File.openStream()
-
java.net.URL.openStream()
Opens a connection to this
URL
and returns an
InputStream
for reading from that connection. This method is a shorthand for:
openConnection().getInputStream()
@return an input stream for reading from the URL connection.
@exception IOException if an I/O exception occurs.
@see java.net.URL#openConnection()
@see java.net.URLConnection#getInputStream()
-
lupos.datastructures.items.literal.URILiteral.openStream()
-
org.apache.batik.util.ParsedURL.openStream()
Attempt to open the stream checking for common compression types, and automatically decompressing them if found.
-
org.apache.commons.fileupload.FileItemStream.openStream()
Creates an {@link InputStream}, which allows to read the items contents.
@return The input stream, from which the items data maybe read.
@throws IllegalStateException The method was already invoked onthis item. It is not possible to recreate the data stream.
@throws IOException An I/O error occurred.
@see ItemSkippedException
-
org.apache.flex.forks.batik.util.ParsedURL.openStream()
Attempt to open the stream checking for common compression types, and automatically decompressing them if found.
-
org.apache.ivy.plugins.repository.Resource.openStream()
Opens a stream on this resource
@return the opened input stream
-
org.apache.tapestry5.internal.services.assets.BytestreamCache.openStream()
-
org.apache.tapestry5.ioc.Resource.openStream()
Opens a stream to the content of the resource, or returns null if the resource does not exist.
@return an open, buffered stream to the content, if available
-
org.codehaus.plexus.formica.util.MungedHttpsURL.openStream()
-
org.eclipse.jgit.lib.ObjectLoader.openStream()
Obtain an input stream to read this object's data.
@return a stream of this object's data. Caller must close the stream whenthrough with it. The returned stream is buffered with a reasonable buffer size.
@throws MissingObjectException the object no longer exists.
@throws IOException the object store cannot be accessed.
-
org.glassfish.grizzly.spdy.SpdySession.openStream()
-
org.jboss.as.controller.descriptions.ModelDescriptionConstants.URL.openStream()
-
org.jboss.gravia.resource.ManifestBuilder.openStream()
-
org.jboss.modules.Resource.openStream()
Open an input stream to this resource.
@return the stream
@throws java.io.IOException if an I/O error occurs
-
org.jboss.osgi.metadata.ManifestBuilder.openStream()
-
org.jboss.osgi.metadata.OSGiManifestBuilder.openStream()
-
org.jboss.osgi.spi.ManifestBuilder.openStream()
-
org.jboss.osgi.spi.OSGiManifestBuilder.openStream()
-
org.jboss.osgi.testing.ManifestBuilder.openStream()
-
org.jboss.osgi.testing.OSGiManifestBuilder.openStream()
-
org.jboss.shrinkwrap.api.asset.Asset.openStream()
-
org.jboss.vfs.VirtualFile.openStream()
-
org.jboss.virtual.VirtualFile.openStream()
Access the file contents.
@return an InputStream for the file contents.
@throws IOException for any error accessing the file system
@throws IllegalStateException if the file is closed
-
org.jboss.virtual.spi.VirtualFileHandler.openStream()
Access the file contents.
@return An InputStream for the file contents.
@throws IOException for any problem accessing the virtual file system
@throws IllegalStateException if closed
-
org.jclouds.io.Payload.openStream()
Creates a new InputStream object of the payload.
-
org.mozilla.javascript.tools.debugger.Main.openStream()
-
org.rssowl.core.connection.IProtocolHandler.openStream()
Opens a connection to the given {@link URI} and returns a{@link InputStream} to read from.
@param link the link to open a connection to.
@param monitor The Progress-Monitor used from the callee.
@param properties A Map of properties that can be used to transport custominformation
@return an {@link InputStream} for the given {@link URI}.
@throws ConnectionException Checked Exception to be used in case of anyException.
@see {@link IConnectionPropertyConstants}
-
org.slim3.controller.upload.FileItemStream.openStream()
Returns an input stream, which may be used to read the items contents.
@return Opened input stream.
@throws IOException An I/O error occurred.
-
org.sonatype.nexus.component.model.Asset.openStream()
@return input stream for reading the content of this asset, {@code null} if there is no stream supplier.
-
org.sonatype.nexus.component.services.model.TestAsset.openStream()
-
org.w3c.jigsaw.http.Reply.openStream()
Open this reply body stream. This is used to send the reply body back to the client.
@return An InputStream containing the reply body, which is dumpedback to the client.