|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InputStream in java.io |
---|
Subclasses of InputStream in java.io | |
---|---|
class |
BufferedInputStream
|
class |
ByteArrayInputStream
|
class |
DataInputStream
|
class |
FileInputStream
|
class |
FilterInputStream
|
class |
ObjectInputStream
|
class |
PipedInputStream
|
class |
PushbackInputStream
|
class |
SequenceInputStream
|
Fields in java.io declared as InputStream | |
---|---|
protected InputStream |
FilterInputStream.in
|
Constructors in java.io with parameters of type InputStream | |
---|---|
BufferedInputStream(InputStream var0)
|
|
BufferedInputStream(InputStream var0,
int var1)
|
|
DataInputStream(InputStream var0)
|
|
FilterInputStream(InputStream var0)
|
|
InputStreamReader(InputStream var0)
|
|
InputStreamReader(InputStream var0,
String var1)
|
|
ObjectInputStream(InputStream var0)
|
|
PushbackInputStream(InputStream var0)
|
|
PushbackInputStream(InputStream var0,
int var1)
|
|
SequenceInputStream(InputStream var0,
InputStream var1)
|
Uses of InputStream in java.lang |
---|
Fields in java.lang declared as InputStream | |
---|---|
static InputStream |
System.in
|
Methods in java.lang that return InputStream | |
---|---|
abstract InputStream |
Process.getErrorStream()
|
abstract InputStream |
Process.getInputStream()
|
InputStream |
ClassLoader.getResourceAsStream(String var0)
|
InputStream |
Class.getResourceAsStream(String var0)
|
static InputStream |
ClassLoader.getSystemResourceAsStream(String var0)
|
Methods in java.lang with parameters of type InputStream | |
---|---|
static void |
System.setIn(InputStream var0)
|
Uses of InputStream in java.net |
---|
Methods in java.net that return InputStream | |
---|---|
InputStream |
HttpURLConnection.getErrorStream()
|
InputStream |
URLConnection.getInputStream()
|
protected abstract InputStream |
SocketImpl.getInputStream()
|
InputStream |
Socket.getInputStream()
|
InputStream |
URL.openStream()
|
Methods in java.net with parameters of type InputStream | |
---|---|
static String |
URLConnection.guessContentTypeFromStream(InputStream var0)
|
Uses of InputStream in java.security |
---|
Subclasses of InputStream in java.security | |
---|---|
class |
DigestInputStream
|
Methods in java.security with parameters of type InputStream | |
---|---|
void |
Certificate.decode(InputStream var0)
|
abstract void |
KeyStoreSpi.engineLoad(InputStream var0,
char[] var1)
|
void |
Provider.load(InputStream var0)
|
void |
KeyStore.load(InputStream var0,
char[] var1)
|
Constructors in java.security with parameters of type InputStream | |
---|---|
DigestInputStream(InputStream var0,
MessageDigest var1)
|
Uses of InputStream in java.security.cert |
---|
Methods in java.security.cert with parameters of type InputStream | |
---|---|
abstract Certificate |
CertificateFactorySpi.engineGenerateCertificate(InputStream var0)
|
abstract Collection |
CertificateFactorySpi.engineGenerateCertificates(InputStream var0)
|
abstract CRL |
CertificateFactorySpi.engineGenerateCRL(InputStream var0)
|
abstract Collection |
CertificateFactorySpi.engineGenerateCRLs(InputStream var0)
|
Certificate |
CertificateFactory.generateCertificate(InputStream var0)
|
Collection |
CertificateFactory.generateCertificates(InputStream var0)
|
CRL |
CertificateFactory.generateCRL(InputStream var0)
|
Collection |
CertificateFactory.generateCRLs(InputStream var0)
|
Uses of InputStream in java.util |
---|
Methods in java.util with parameters of type InputStream | |
---|---|
void |
Properties.load(InputStream var0)
|
Constructors in java.util with parameters of type InputStream | |
---|---|
PropertyResourceBundle(InputStream var0)
|
Uses of InputStream in java.util.jar |
---|
Subclasses of InputStream in java.util.jar | |
---|---|
class |
JarInputStream
|
Methods in java.util.jar that return InputStream | |
---|---|
InputStream |
JarFile.getInputStream(ZipEntry var0)
|
Methods in java.util.jar with parameters of type InputStream | |
---|---|
void |
Manifest.read(InputStream var0)
|
Constructors in java.util.jar with parameters of type InputStream | |
---|---|
JarInputStream(InputStream var0)
|
|
JarInputStream(InputStream var0,
boolean var1)
|
|
Manifest(InputStream var0)
|
Uses of InputStream in java.util.zip |
---|
Subclasses of InputStream in java.util.zip | |
---|---|
class |
CheckedInputStream
|
class |
GZIPInputStream
|
class |
InflaterInputStream
|
class |
ZipInputStream
|
Methods in java.util.zip that return InputStream | |
---|---|
InputStream |
ZipFile.getInputStream(ZipEntry var0)
|
Constructors in java.util.zip with parameters of type InputStream | |
---|---|
CheckedInputStream(InputStream var0,
Checksum var1)
|
|
GZIPInputStream(InputStream var0)
|
|
GZIPInputStream(InputStream var0,
int var1)
|
|
InflaterInputStream(InputStream var0)
|
|
InflaterInputStream(InputStream var0,
Inflater var1)
|
|
InflaterInputStream(InputStream var0,
Inflater var1,
int var2)
|
|
ZipInputStream(InputStream var0)
|
Uses of InputStream in javax.microedition.io |
---|
Methods in javax.microedition.io that return InputStream | |
---|---|
InputStream |
InputConnection.openInputStream()
|
static InputStream |
Connector.openInputStream(String var0)
|
Uses of InputStream in javax.servlet |
---|
Subclasses of InputStream in javax.servlet | |
---|---|
class |
ServletInputStream
Provides an input stream for reading binary data from a client request, including an efficient readLine method
for reading data one line at a time. |
Methods in javax.servlet that return InputStream | |
---|---|
InputStream |
ServletContext.getResourceAsStream(String path)
Returns the resource located at the named path as an InputStream object. |
Uses of InputStream in org.apache.felix.cm.file |
---|
Methods in org.apache.felix.cm.file with parameters of type InputStream | |
---|---|
static Dictionary |
ConfigurationHandler.read(InputStream ins)
Reads configuration data from the given InputStream and
returns a new Dictionary object containing the data. |
Uses of InputStream in org.apache.felix.deployment.rp.autoconf |
---|
Methods in org.apache.felix.deployment.rp.autoconf that return InputStream | |
---|---|
InputStream |
ObjectClassDefinitionImpl.getIcon(int size)
|
Methods in org.apache.felix.deployment.rp.autoconf with parameters of type InputStream | |
---|---|
void |
AutoConfResourceProcessor.process(String name,
InputStream stream)
|
Uses of InputStream in org.apache.felix.deploymentadmin |
---|
Subclasses of InputStream in org.apache.felix.deploymentadmin | |
---|---|
class |
NonCloseableStream
Stream that does nothing when close() is invoked, calls to one of the read methods will throw an IOException
after close() is called. |
class |
OutputtingInputStream
This extension of the InputStream writes every byte that is read to an
OutputStream of choice. |
Methods in org.apache.felix.deploymentadmin that return InputStream | |
---|---|
abstract InputStream |
AbstractDeploymentPackage.getBundleStream(String symbolicName)
Determines the data stream of a bundle resource based on the bundle symbolic name |
abstract InputStream |
AbstractDeploymentPackage.getCurrentEntryStream()
Determines the data stream to the current entry of this deployment package, use this together with the getNextEntry method. |
Methods in org.apache.felix.deploymentadmin with parameters of type InputStream | |
---|---|
DeploymentPackage |
DeploymentAdminImpl.installDeploymentPackage(InputStream input)
|
Constructors in org.apache.felix.deploymentadmin with parameters of type InputStream | |
---|---|
NonCloseableStream(InputStream m_input)
|
|
OutputtingInputStream(InputStream inputStream,
OutputStream outputStream)
Creates an instance of the OutputtingInputStream . |
Uses of InputStream in org.apache.felix.dm.impl.metatype |
---|
Methods in org.apache.felix.dm.impl.metatype that return InputStream | |
---|---|
InputStream |
ObjectClassDefinitionImpl.getIcon(int size)
|
Uses of InputStream in org.apache.felix.fileinstall.internal |
---|
Methods in org.apache.felix.fileinstall.internal that return InputStream | |
---|---|
InputStream |
JarDirUrlHandler.Connection.getInputStream()
|
Uses of InputStream in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that return InputStream | |
---|---|
InputStream |
ModuleImpl.getInputStream(int index,
String urlPath)
|
Methods in org.apache.felix.framework with parameters of type InputStream | |
---|---|
void |
Felix.update(InputStream is)
|
Uses of InputStream in org.apache.felix.framework.cache |
---|
Methods in org.apache.felix.framework.cache that return InputStream | |
---|---|
InputStream |
JarContent.getEntryAsStream(String name)
|
InputStream |
DirectoryContent.getEntryAsStream(String name)
|
InputStream |
ContentDirectoryContent.getEntryAsStream(String name)
|
Methods in org.apache.felix.framework.cache with parameters of type InputStream | |
---|---|
BundleArchive |
BundleCache.create(long id,
int startLevel,
String location,
InputStream is)
|
void |
BundleArchive.revise(String location,
InputStream is)
This method adds a revision to the archive using the associated location and input stream. |
Constructors in org.apache.felix.framework.cache with parameters of type InputStream | |
---|---|
BundleArchive(Logger logger,
Map configMap,
File archiveRootDir,
long id,
int startLevel,
String location,
InputStream is)
This constructor is used for creating new archives when a bundle is installed into the framework. |
Uses of InputStream in org.apache.felix.framework.resolver |
---|
Methods in org.apache.felix.framework.resolver that return InputStream | |
---|---|
InputStream |
Content.getEntryAsStream(String name)
This method returns the named entry as an input stream. |
InputStream |
Module.getInputStream(int index,
String urlPath)
|
Uses of InputStream in org.apache.felix.framework.util |
---|
Methods in org.apache.felix.framework.util that return InputStream | |
---|---|
InputStream |
SecureAction.getURLConnectionInputStream(URLConnection conn)
|
Methods in org.apache.felix.framework.util with parameters of type InputStream | |
---|---|
static void |
Util.encode(InputStream in,
OutputStream out,
int len)
|
Uses of InputStream in org.apache.felix.gogo.command |
---|
Methods in org.apache.felix.gogo.command that return InputStream | |
---|---|
static InputStream |
Util.openURL(URL url)
|
static InputStream |
Util.openURL(URLConnection conn)
|
Methods in org.apache.felix.gogo.command with parameters of type InputStream | |
---|---|
static void |
Util.copy(InputStream is,
File dir,
String destName,
String destDir,
byte[] buffer)
|
static void |
Base64Encoder.encode(InputStream in,
OutputStream out,
int len)
|
Uses of InputStream in org.apache.felix.gogo.runtime |
---|
Fields in org.apache.felix.gogo.runtime declared as InputStream | |
---|---|
protected InputStream |
CommandSessionImpl.in
|
Methods in org.apache.felix.gogo.runtime that return InputStream | |
---|---|
InputStream |
CommandSessionImpl.getKeyboard()
|
Methods in org.apache.felix.gogo.runtime with parameters of type InputStream | |
---|---|
CommandSession |
CommandProcessorImpl.createSession(InputStream in,
PrintStream out,
PrintStream err)
|
void |
Pipe.setIn(InputStream in)
|
Constructors in org.apache.felix.gogo.runtime with parameters of type InputStream | |
---|---|
CommandSessionImpl(CommandProcessorImpl shell,
InputStream in,
PrintStream out,
PrintStream err)
|
Uses of InputStream in org.apache.felix.gogo.runtime.threadio |
---|
Subclasses of InputStream in org.apache.felix.gogo.runtime.threadio | |
---|---|
class |
ThreadInputStream
|
Methods in org.apache.felix.gogo.runtime.threadio that return InputStream | |
---|---|
InputStream |
ThreadInputStream.getRoot()
Access to the root stream through reflection |
Methods in org.apache.felix.gogo.runtime.threadio with parameters of type InputStream | |
---|---|
void |
ThreadInputStream.setStream(InputStream in)
|
void |
ThreadIOImpl.setStreams(InputStream in,
PrintStream out,
PrintStream err)
|
Constructors in org.apache.felix.gogo.runtime.threadio with parameters of type InputStream | |
---|---|
Marker(ThreadIOImpl parent,
InputStream in,
PrintStream out,
PrintStream err,
Marker previous)
|
|
ThreadInputStream(InputStream in)
|
Uses of InputStream in org.apache.felix.gogo.shell |
---|
Methods in org.apache.felix.gogo.shell with parameters of type InputStream | |
---|---|
static void |
Posix.copy(InputStream in,
OutputStream out)
|
Uses of InputStream in org.apache.felix.http.base.internal.context |
---|
Methods in org.apache.felix.http.base.internal.context that return InputStream | |
---|---|
InputStream |
ServletContextImpl.getResourceAsStream(String path)
|
Uses of InputStream in org.apache.felix.ipojo |
---|
Methods in org.apache.felix.ipojo with parameters of type InputStream | |
---|---|
Bundle |
IPojoContext.installBundle(String location,
InputStream input)
Installs a bundle. |
Bundle |
PolicyServiceContext.installBundle(String location,
InputStream input)
Installs a bundle. |
Uses of InputStream in org.apache.felix.ipojo.composite |
---|
Methods in org.apache.felix.ipojo.composite with parameters of type InputStream | |
---|---|
Bundle |
CompositeServiceContext.installBundle(String location,
InputStream input)
Install a bundle. |
Uses of InputStream in org.apache.felix.ipojo.junit4osgi |
---|
Methods in org.apache.felix.ipojo.junit4osgi with parameters of type InputStream | |
---|---|
Bundle |
OSGiTestCase.installAndStart(String url,
InputStream stream)
Installs and starts a bundle. |
Bundle |
OSGiTestCase.installBundle(String url,
InputStream stream)
Installs a bundle. |
Uses of InputStream in org.apache.felix.ipojo.manipulator |
---|
Methods in org.apache.felix.ipojo.manipulator that return InputStream | |
---|---|
protected InputStream |
Pojoization.getInputStream(String classname)
Gets an input stream on the given class. |
protected InputStream |
Pojoization.getManifestInputStream()
Retrieves an InputStream to read the Manifest. |
Methods in org.apache.felix.ipojo.manipulator with parameters of type InputStream | |
---|---|
void |
Pojoization.pojoization(File in,
File out,
InputStream metadata)
Manipulates an input bundle. |
Uses of InputStream in org.apache.felix.metatype |
---|
Methods in org.apache.felix.metatype with parameters of type InputStream | |
---|---|
MetaData |
MetaDataReader.parse(InputStream ins)
Parses the XML document in the given input stream. |
Uses of InputStream in org.apache.felix.metatype.internal |
---|
Methods in org.apache.felix.metatype.internal that return InputStream | |
---|---|
InputStream |
LocalizedObjectClassDefinition.getIcon(int size)
|
Uses of InputStream in org.apache.felix.mosgi.jmx.agent.mx4j.loading |
---|
Subclasses of InputStream in org.apache.felix.mosgi.jmx.agent.mx4j.loading | |
---|---|
class |
ClassLoaderObjectInputStream
ObjectInputStream that can read serialized java Objects using a supplied classloader to find the object's classes. |
Constructors in org.apache.felix.mosgi.jmx.agent.mx4j.loading with parameters of type InputStream | |
---|---|
ClassLoaderObjectInputStream(InputStream stream,
ClassLoader classLoader)
Creates a new ClassLoaderObjectInputStream |
Uses of InputStream in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http |
---|
Subclasses of InputStream in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http | |
---|---|
class |
HttpInputStream
HttpInputStream processes an HTTP request |
Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http that return InputStream | |
---|---|
protected InputStream |
XSLTProcessor.getInputStream(String path)
|
Methods in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type InputStream | |
---|---|
void |
HttpOutputStream.write(InputStream in)
Writes the content of the input stream to the output stream |
Constructors in org.apache.felix.mosgi.jmx.httpconnector.mx4j.tools.adaptor.http with parameters of type InputStream | |
---|---|
HttpInputStream(InputStream in)
Constructs a new HttpInputStream |
Uses of InputStream in org.apache.felix.prefs.impl |
---|
Methods in org.apache.felix.prefs.impl with parameters of type InputStream | |
---|---|
protected void |
StreamBackingStoreImpl.read(PreferencesImpl prefs,
InputStream is)
Read the preferences recursively from the input stream. |
protected void |
StreamBackingStoreImpl.readPreferences(PreferencesImpl prefs,
InputStream in)
Load this preferences from an input stream. |
Uses of InputStream in org.apache.felix.service.command |
---|
Methods in org.apache.felix.service.command that return InputStream | |
---|---|
InputStream |
CommandSession.getKeyboard()
Return the input stream that is the first of the pipeline. |
Methods in org.apache.felix.service.command with parameters of type InputStream | |
---|---|
CommandSession |
CommandProcessor.createSession(InputStream in,
PrintStream out,
PrintStream err)
Create a new command session associated with IO streams. |
Uses of InputStream in org.apache.felix.service.threadio |
---|
Methods in org.apache.felix.service.threadio with parameters of type InputStream | |
---|---|
void |
ThreadIO.setStreams(InputStream in,
PrintStream out,
PrintStream err)
Associate this streams with the current thread. |
Uses of InputStream in org.apache.felix.upnp.basedriver.importer.core.upnp |
---|
Methods in org.apache.felix.upnp.basedriver.importer.core.upnp that return InputStream | |
---|---|
InputStream |
UPnPIconImpl.getInputStream()
|
Uses of InputStream in org.apache.felix.upnp.basedriver.importer.util |
---|
Methods in org.apache.felix.upnp.basedriver.importer.util that return InputStream | |
---|---|
InputStream |
HTTPRequestForIcon.getInputStream()
|
Uses of InputStream in org.apache.felix.upnp.sample.binaryLight.icons |
---|
Methods in org.apache.felix.upnp.sample.binaryLight.icons that return InputStream | |
---|---|
InputStream |
LightIcon.getInputStream()
|
Uses of InputStream in org.apache.felix.upnp.sample.clock |
---|
Methods in org.apache.felix.upnp.sample.clock that return InputStream | |
---|---|
InputStream |
ClockIcon.getInputStream()
|
Uses of InputStream in org.apache.felix.upnp.sample.tv |
---|
Methods in org.apache.felix.upnp.sample.tv that return InputStream | |
---|---|
InputStream |
TvIcon.getInputStream()
|
Uses of InputStream in org.osgi.framework |
---|
Methods in org.osgi.framework with parameters of type InputStream | |
---|---|
Bundle |
BundleContext.installBundle(String location,
InputStream input)
Installs a bundle from the specified InputStream object. |
void |
Bundle.update(InputStream input)
Updates this bundle from an InputStream . |
Uses of InputStream in org.osgi.framework.launch |
---|
Methods in org.osgi.framework.launch with parameters of type InputStream | |
---|---|
void |
Framework.update(InputStream in)
Stop and restart this Framework. |
Uses of InputStream in org.osgi.service.deploymentadmin |
---|
Methods in org.osgi.service.deploymentadmin with parameters of type InputStream | |
---|---|
DeploymentPackage |
DeploymentAdmin.installDeploymentPackage(InputStream in)
Installs a Deployment Package from an input stream. |
Uses of InputStream in org.osgi.service.deploymentadmin.spi |
---|
Methods in org.osgi.service.deploymentadmin.spi with parameters of type InputStream | |
---|---|
void |
ResourceProcessor.process(String name,
InputStream stream)
Called when a resource is encountered in the deployment package for which this resource processor has been selected to handle the processing of that resource. |
Uses of InputStream in org.osgi.service.device |
---|
Methods in org.osgi.service.device that return InputStream | |
---|---|
InputStream |
DriverLocator.loadDriver(String id)
Get an InputStream from which the driver bundle providing a
driver with the giving DRIVER_ID can be installed. |
Uses of InputStream in org.osgi.service.io |
---|
Methods in org.osgi.service.io that return InputStream | |
---|---|
InputStream |
ConnectorService.openInputStream(String name)
Create and open an InputStream object for the specified name. |
Uses of InputStream in org.osgi.service.metatype |
---|
Methods in org.osgi.service.metatype that return InputStream | |
---|---|
InputStream |
ObjectClassDefinition.getIcon(int size)
Return an InputStream object that can be used to create an
icon from. |
Uses of InputStream in org.osgi.service.upnp |
---|
Methods in org.osgi.service.upnp that return InputStream | |
---|---|
InputStream |
UPnPIcon.getInputStream()
Returns an InputStream object for the icon data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |