Uses of Class java.io.InputStream

Uses in package java.util.jar

Classes derived from java.io.InputStream

class
InputStream for reading jar files.

Constructors with parameter type java.io.InputStream

Creates a new JarInputStream and tries to read the manifest.
Creates a new JarInputStream and tries to read the manifest.
Creates a Manifest from the supplied input stream.

Methods with parameter type java.io.InputStream

void
Read and merge a Manifest from the designated input stream.

Methods with return type java.io.InputStream

InputStream
Returns an input stream for the given entry.

Uses in package javax.swing.text.rtf

Methods with parameter type java.io.InputStream

void
RTFEditorKit.read(InputStream stream, Document doc, int pos)
Reads RTF data from stream into doc at the specified position pos.

Uses in package javax.sound.midi.spi

Methods with parameter type java.io.InputStream

MidiFileFormat
Read a MidiFileFormat from the given stream.
Sequence
Read a Sequence from the given stream.
Soundbank
Get a Soundbank from the given InputStream.

Uses in package java.util.zip

Classes derived from java.io.InputStream

class
InputStream that computes a checksum of the data being read using a supplied Checksum object.
class
This filter stream is used to decompress a "GZIP" format stream.
class
This filter stream is used to decompress data compressed in the "deflate" format.
class
This is a FilterInputStream that reads the files in an zip archive one after another.

Constructors with parameter type java.io.InputStream

Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
Creates a GZIPInputStream with the default buffer size.
Creates a GZIPInputStream with the specified buffer size.
Create an InflaterInputStream with the default decompresseor and a default buffer size.
Create an InflaterInputStream with the specified decompresseor and a default buffer size.
Create an InflaterInputStream with the specified decompresseor and a specified buffer size.
Creates a new Zip input stream, reading a zip archive.

Methods with return type java.io.InputStream

InputStream
Creates an input stream reading the given zip entry as uncompressed data.

Uses in package org.ietf.jgss

Constructors with parameter type java.io.InputStream

Creates an Oid object from its DER encoding.

Methods with parameter type java.io.InputStream

void
Called by the context acceptor upon receiving a token from the peer.
void
GSSContext.getMIC(InputStream inStream, OutputStream outStream, MessageProp mgProp)
Produces a token containing a cryptographic MIC for the supplied message, for transfer to the peer application.
int
Called by the context initiator to start the context creation process.
void
GSSContext.unwrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
Used by the peer application to process tokens generated with the wrap call.
void
GSSContext.verifyMIC(InputStream tokStream, InputStream msgStream, MessageProp msgProp)
Verifies the cryptographic MIC, contained in the token parameter, over the supplied message.
void
GSSContext.wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
Allows to apply per-message security services over the established security context.

Uses in package javax.crypto

Classes derived from java.io.InputStream

class
This is an InputStream that filters its data through a Cipher before returning it.

Constructors with parameter type java.io.InputStream

Creates a new input stream without a cipher.
Creates a new input stream with a source input stream and cipher.

Uses in package java.security

Classes derived from java.io.InputStream

class
DigestInputStream is a class that ties an InputStream with a MessageDigest.

Constructors with parameter type java.io.InputStream

Constructs a new DigestInputStream.

Methods with parameter type java.io.InputStream

void
This method reads an encoded certificate from an InputStream.
void
KeyStoreSpi.engineLoad(InputStream stream, char[] password)
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied.
void
KeyStore.load(InputStream stream, char[] password)
Loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied.

Uses in package javax.sound.sampled

Classes derived from java.io.InputStream

class
This is an InputStream which is specialized for reading audio files.

Constructors with parameter type java.io.InputStream

Create a new AudioInputStream given an underlying InputStream, the audio format, and the length of the data in frames.

Methods with parameter type java.io.InputStream

AudioFileFormat
Return the file format of a given input stream.
AudioInputStream
Return an audio input stream given an input stream.

Uses in package org.xml.sax

Constructors with parameter type java.io.InputStream

Create a new input source with a byte stream.

Methods with parameter type java.io.InputStream

void
Set the byte stream for this input source.

Methods with return type java.io.InputStream

InputStream
Get the byte stream for this input source.

Uses in package java.beans

Constructors with parameter type java.io.InputStream

Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.
XMLDecoder.XMLDecoder(InputStream in, Object owner, ExceptionListener exceptionListener)
Creates a XMLDecoder instance that parses the XML data of the given input stream.
Creates a XMLDecoder instance that parses the XML data of the given input stream.

Uses in package javax.xml.transform.stream

Constructors with parameter type java.io.InputStream

Constructor with an input stream.
Constructor with an input stream and system ID.

Methods with parameter type java.io.InputStream

void
Sets the source input stream.

Methods with return type java.io.InputStream

InputStream
Returns the source input stream.

Uses in package java.nio.channels

Methods with parameter type java.io.InputStream

ReadableByteChannel
Constructs a channel that reads bytes from the given stream.

Methods with return type java.io.InputStream

InputStream
Constructs a stream that reads bytes from the given channel.

Uses in package java.io

Classes derived from java.io.InputStream

class
This subclass of FilterInputStream buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
class
This class permits an array of bytes to be read as an input stream.
class
This subclass of FilteredInputStream implements the DataInput interface that provides method for reading primitive Java data types from a stream.
class
This class is a stream that reads its bytes from a file.
class
This is the common superclass of all standard classes that filter input.
class
This class functions like a standard InputStream except that it counts line numbers, and canonicalizes newline characters.
class
class
An input stream that reads its bytes from an output stream to which it is connected.
class
This subclass of FilterInputStream provides the ability to unread data from a stream.
class
This class merges a sequence of multiple InputStream's in order to form a single logical stream that can be read by applications that expect only one stream.
class
This class permits a String to be read as an input stream.

Constructors with parameter type java.io.InputStream

This method initializes a new BufferedInputStream that will read from the specified subordinate stream with a default buffer size of 2048 bytes
This method initializes a new BufferedInputStream that will read from the specified subordinate stream with a buffer size that is specified by the caller.
This constructor initializes a new DataInputStream to read from the specified subordinate stream.
Create a FilterInputStream with the specified subordinate InputStream.
This method initializes a new instance of InputStreamReader to read from the specified stream using the default encoding.
This method initializes a new instance of InputStreamReader to read from the specified stream using a caller supplied character encoding scheme.
Creates an InputStreamReader that uses a decoder of the given charset to decode the bytes in the InputStream into characters.
Creates an InputStreamReader that uses the given charset decoder to decode the bytes in the InputStream into characters.
Create a new LineNumberInputStream that reads from the specified subordinate InputStream
Creates a new ObjectInputStream that will do all of its reading from in.
This method initializes a PushbackInputStream to read from the specified subordinate InputStream with a default pushback buffer size of 1.
This method initializes a PushbackInputStream to read from the specified subordinate InputStream with the specified buffer size
This method creates a new SequenceInputStream that will read the two specified subordinate InputStreams in sequence.
This method reads bytes from an InputStream and tokenizes them.

Fields of type java.io.InputStream

InputStream
This is the subordinate InputStream to which method calls are redirected

Uses in package javax.print

Methods with return type java.io.InputStream

InputStream
Returns an InputStream object for extracting byte print data from this document.
InputStream
Returns an InputStream object for extracting byte print data from this document.

Uses in package java.util.prefs

Methods with parameter type java.io.InputStream

void
Import preferences from the given input stream.

Uses in package javax.sound.midi

Methods with parameter type java.io.InputStream

MidiFileFormat
Read a MidiFileFormat object from the given stream.
Sequence
Read a Sequence object from the given stream.
Soundbank
Read a Soundbank object from the given stream.
void
Set the sequence for this sequencer. istream reads on a valid MIDI file.

Uses in package javax.sql

Methods with parameter type java.io.InputStream

void
RowSet.setAsciiStream(int parameterIndex, InputStream x, int length)
void
RowSet.setBinaryStream(int parameterIndex, InputStream x, int length)

Uses in package java.awt

Methods with parameter type java.io.InputStream

Font
Font.createFont(int fontFormat, InputStream is)
Creates a new font with point size 1 and PLAIN style, reading font data from the provided input stream.

Uses in package java.security.cert

Methods with parameter type java.io.InputStream

CRL
Generates a CRL based on the encoded data read from the InputStream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
Certificate
Generates a Certificate based on the encoded data read from the InputStream.
Collection
Generates CRLs based on the encoded data read from the InputStream.
Collection
Generates CRLs based on the encoded data read from the InputStream.
Collection
Returns a collection of certificates that were read from the input stream.
Collection
Returns a collection of certificates that were read from the input stream.
CRL
Generates a CRL based on the encoded data read from the InputStream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream.
CertPath
Generate a CertPath and initialize it with data parsed from the input stream, using the specified encoding.
Certificate
Generates a Certificate from the encoded data read from an InputStream.

Uses in package java.lang

Fields of type java.io.InputStream

InputStream
The standard InputStream.

Methods with parameter type java.io.InputStream

InputStream
Return a localized version of this InputStream, meaning all characters are localized before they come out the other end.
void
Set in to a new InputStream.

Methods with return type java.io.InputStream

InputStream
Obtain the input stream that receives data from the subprocess.
InputStream
Obtain the input stream that receives data from the subprocess.
InputStream
Return a localized version of this InputStream, meaning all characters are localized before they come out the other end.
InputStream
Get a resource using this class's package using the getClassLoader().getResourceAsStream() method.
InputStream
Get a resource as stream using this classloader or one of its parents.
InputStream
Get a resource using the system classloader.

Uses in package java.sql

Methods with parameter type java.io.InputStream

void
PreparedStatement.setAsciiStream(int index, InputStream stream, int count)
This method sets the specified parameter from the given Java ASCII InputStream value.
void
This method sets the specified parameter from the given Java ASCII InputStream value.
void
PreparedStatement.setBinaryStream(int index, InputStream stream, int count)
This method sets the specified parameter from the given Java binary InputStream value.
void
This method sets the specified parameter from the given Java binary InputStream value.
void
PreparedStatement.setUnicodeStream(int index, InputStream stream, int count)
This method sets the specified parameter from the given Java Unicode UTF-8 InputStream value.
void
ResultSet.updateAsciiStream(int columnIndex, InputStream stream, int count)
This method updates the specified column from an ASCII text stream.
void
ResultSet.updateAsciiStream(String columnName, InputStream stream, int count)
This method updates the specified column from an ASCII text stream.
void
ResultSet.updateBinaryStream(int columnIndex, InputStream stream, int count)
This method updates the specified column from a binary stream.
void
ResultSet.updateBinaryStream(String columnName, InputStream stream, int count)
This method updates the specified column from a binary stream.
void
This method writes the specified ASCII text stream to the SQL stream.
void
This method writes the specified uninterpreted binary byte stream to the SQL stream.

Methods with return type java.io.InputStream

InputStream
This method returns a byte stream that reads the contents of this Clob as a series of ASCII bytes.
InputStream
ResultSet.getAsciiStream(int columnIndex)
This method returns the value of the specified column as an ASCII stream.
InputStream
This method returns the value of the specified column as an ASCII stream.
InputStream
This method returns a stream that will read the bytes of this Blob.
InputStream
ResultSet.getBinaryStream(int columnIndex)
This method returns the value of the specified column as a raw byte stream.
InputStream
This method returns the value of the specified column as a raw byte stream.
InputStream
ResultSet.getUnicodeStream(int columnIndex)
This method returns the value of the specified column as a Unicode UTF-8 stream.
InputStream
This method returns the value of the specified column as a Unicode UTF-8 stream.
InputStream
This method reads the next item from the stream a ASCII text InputStream.
InputStream
This method reads the next item from the stream a binary InputStream.

Uses in package javax.security.cert

Methods with parameter type java.io.InputStream

X509Certificate
Get an instance of X509Certificate for the given encoded stream.

Uses in package javax.security.auth.x500

Constructors with parameter type java.io.InputStream

Uses in package javax.swing.plaf.synth

Methods with parameter type java.io.InputStream

void
SynthLookAndFeel.load(InputStream in, Class resourceBase)
Loads a set of SynthStyles that are used for the look and feel of the components.

Uses in package javax.swing.text

Methods with parameter type java.io.InputStream

void
DefaultEditorKit.read(InputStream in, Document document, int offset)
Reads a document of the supported content type from an InputStream into the actual Document object.
void
EditorKit.read(InputStream in, Document doc, int pos)

Uses in package javax.imageio.stream

Constructors with parameter type java.io.InputStream

Uses in package javax.imageio

Methods with parameter type java.io.InputStream

BufferedImage
Create a buffered image from an input stream.

Uses in package java.applet

Methods with parameter type java.io.InputStream

void
Associate a stream to a key for this applet context, possibly replacing the old value.

Methods with return type java.io.InputStream

InputStream
Return the stream associated with a given key in this applet context, or null if nothing is associated.

Uses in package javax.xml.parsers

Methods with parameter type java.io.InputStream

Document
Parse the specified input stream and return a DOM Document.
Document
Parse the specified input stream and return a DOM Document.
void
Parse the specifed input stream, reporting SAX1 events to the given handler.
void
Parse the specified input stream, reporting SAX1 events to the given handler.
void
Parse the specified input stream, reporting SAX2 events to the given handler.
void
Parse the specified input stream, reporting SAX2 events to the given handler.

Uses in package javax.accessibility

Methods with return type java.io.InputStream

InputStream
Return an input stream that yields the contents of this object, using the given data flavor.

Uses in package java.util.logging

Methods with parameter type java.io.InputStream

void

Uses in package java.net

Methods with parameter type java.io.InputStream

String
Returns the MIME type of a stream based on the first few characters at the beginning of the stream.

Methods with return type java.io.InputStream

InputStream
This method allows the caller to retrieve any data that might have been sent despite the fact that an error occurred.
InputStream
Returns an InputStream for reading from this socket.
InputStream
Returns an InputStream object for reading from this socket.
InputStream
Returns an InputStream for this connection.
InputStream
Opens a connection to this URL and returns an InputStream for reading from that connection

Uses in package org.omg.CORBA.portable

Classes derived from java.io.InputStream

class
This class is used to read CORBA IDL data types.

Uses in package org.omg.CORBA_2_3.portable

Classes derived from java.io.InputStream

class
This class defines a new CDR input stream methods, added since CORBA 2.3.

Uses in package java.util

Constructors with parameter type java.io.InputStream

Creates a new property resource bundle.

Methods with parameter type java.io.InputStream

void
Reads a property list from an input stream.
void
Decodes the contents of the supplied InputStream as an XML file, which represents a set of properties.

Uses in package javax.sound.sampled.spi

Methods with parameter type java.io.InputStream

AudioFileFormat
Return the format of the given input stream as deduced by this provider.
AudioInputStream
Return an AudioInputStream wrapping the given input stream.

Uses in package javax.swing

Classes derived from java.io.InputStream

class
An input stream with a ProgressMonitor.

Constructors with parameter type java.io.InputStream

Creates a new ProgressMonitorInputStream.

Methods with parameter type java.io.InputStream

void
This method initializes from a stream.

Methods with return type java.io.InputStream

InputStream

Uses in package org.w3c.dom.ls

Methods with parameter type java.io.InputStream

void
An attribute of a language and binding dependent type that represents a stream of bytes.

Methods with return type java.io.InputStream

InputStream
An attribute of a language and binding dependent type that represents a stream of bytes.

Uses in package javax.xml.stream

Methods with parameter type java.io.InputStream

XMLEventReader
Creates a new event reader.
XMLEventReader
Creates a new event reader.
XMLEventReader
Creates a new event reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.
XMLStreamReader
Creates a new stream reader.

Uses in package java.beans.beancontext

Methods with return type java.io.InputStream

InputStream
Get a resource as a stream.
InputStream
Get a resource as a stream.

Uses in package java.awt.color

Methods with parameter type java.io.InputStream

ICC_Profile
Returns an ICC_Profile instance from an InputStream.