Frames | No Frames |
Constructors with parameter type java.io.InputStream | |
XMLParser.XMLParser(InputStream in, String systemId, boolean validating, boolean namespaceAware, boolean coalescing, boolean replaceERefs, boolean externalEntities, boolean supportDTD, boolean baseAware, boolean stringInterning, boolean extendedEventTypes, XMLReporter reporter, XMLResolver resolver) Creates a new XML parser for the given input 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.
|
Methods with return type java.io.InputStream | |
InputStream |
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.
| |
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.
|
Methods with parameter type java.io.InputStream | |
Font | Creates a font, reading the glyph definitions from a stream.
|
Methods with return type java.io.InputStream | |
InputStream |
Constructors with parameter type java.io.InputStream | |
RemoteResource.RemoteResource(RemoteURLLoader loader, String name, URL url, InputStream stream, int length) |
Methods with return type java.io.InputStream | |
InputStream | |
InputStream | Returns the non-null InputStream through which
this resource can be loaded.
|
InputStream | |
InputStream | Returns the non-null InputStream through which
this resource can be loaded.
|
Constructors with parameter type java.io.InputStream | |
Loads the file from an input stream, which is not closed.
|
Methods with parameter type java.io.InputStream | |
boolean | Reads a GIF file signature from an inputstream and checks it.
|
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.
|
Constructors with parameter type java.io.InputStream | |
Classes derived from java.io.InputStream | |
class | An input stream with a ProgressMonitor .
|
Constructors with parameter type java.io.InputStream | |
ProgressMonitorInputStream.ProgressMonitorInputStream(Component component, Object message, InputStream stream) 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 |
Methods with parameter type java.io.InputStream | |
void | Reads a document of the supported content type from an InputStream
into the actual Document object.
|
void |
Constructors with parameter type java.io.InputStream | |
Create a new DER readed from an input stream.
|
Fields of type java.io.InputStream | |
InputStream |
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 InputStream s 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
|
Methods with return type java.io.InputStream | |
InputStream | Get the input stream for the transport
|
Methods with parameter type java.io.InputStream | |
Font | Creates a new font with point size 1 and PLAIN style,
reading font data from the provided input stream. |
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.
|
Methods with parameter type java.io.InputStream | |
void | Sets the data of the request. |
void | Sets the data received from the request sent.
|
Methods with return type java.io.InputStream | |
InputStream | Get a resource as a stream. |
InputStream | Get a resource as a stream. |
Methods with parameter type java.io.InputStream | |
X509Certificate | Get an instance of X509Certificate for the given encoded stream.
|
Constructors with parameter type java.io.InputStream | |
Methods with parameter type java.io.InputStream | |
Font | |
void |
Classes derived from java.io.InputStream | |
class | A filter input stream that decodes data encoded in the Base-64
encoding scheme.
|
class | ClassLoaderObjectInputStream is ObjectInputStream, with
the ability to use a specific ClassLoader.
|
Constructors with parameter type java.io.InputStream | |
Create a new Base-64 input stream. | |
ClassLoaderObjectInputStream.ClassLoaderObjectInputStream(InputStream in, ClassLoader myClassLoader) Create the new ClassLoaderObjectInputStream.
|
Constructors with parameter type java.io.InputStream | |
Creates a new property resource bundle. | |
Constructs a new Scanner with the given inputStream. | |
Constructs a new Scanner with the InputSream and a charsetName. |
Methods with parameter type java.io.InputStream | |
void | Reads a property list from the supplied input stream.
|
void |
Decodes the contents of the supplied InputStream as
an XML file, which represents a set of properties. |
Methods with return type java.io.InputStream | |
InputStream | Opens this file for reading and returns an input stream.
|
Methods with parameter type java.io.InputStream | |
void | Import preferences from the given input stream. |
Constructors with parameter type java.io.InputStream | |
Create a new X.509 CRL.
| |
Create a new X.509 certificate from the encoded data. |
Classes derived from java.io.InputStream | |
class | Character stream wrapper.
|
Methods with parameter type java.io.InputStream | |
void |
Methods with return type java.io.InputStream | |
InputStream |
Methods with parameter type java.io.InputStream | |
void | 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 | 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 | This method sets the specified parameter from the given Java
Unicode UTF-8 InputStream value.
|
void | This method updates the specified column from an ASCII text stream.
|
void | This method updates the specified column from an ASCII text stream.
|
void | This method updates the specified column from a binary stream.
|
void | 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 .
|
Classes derived from java.io.InputStream | |
class |
Constructors with parameter type java.io.InputStream | |
Constructors with parameter type java.io.InputStream | |
Create a new DER readed from an input stream.
|
Classes derived from java.io.InputStream | |
class | This class is only for java.rmi.MarshalledObject to deserialize object from
objBytes and locBytes
|
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.
|
Classes derived from java.io.InputStream | |
class |
Methods with parameter type java.io.InputStream | |
void | Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
|
Classes derived from java.io.InputStream | |
class | Implements InputStream on an ImageInputStream
The purpose of this is to avoid IIO dependencies in the various decoders.
|
Methods with parameter type java.io.InputStream | |
void | Reads RTF data from stream into doc at the
specified position pos .
|
Constructors with parameter type java.io.InputStream | |
PersistenceParser.PersistenceParser(InputStream inputStream, ExceptionListener exceptionListener, ClassLoader cl, XMLDecoder decoder) Creates a PersistenceParser which reads XML data from the given InputStream, reports
exceptions to ExceptionListener instance, stores resulting object in the DecoderContext
and uses the given ClassLoader to resolve classes.
|
Constructors with parameter type java.io.InputStream | |
Constructors with parameter type java.io.InputStream | |
Methods with parameter type java.io.InputStream | |
@Override | |
@Override |
Methods with parameter type java.io.InputStream | |
CRL | Generates a CRL based on the encoded data read
from the InputStream.
|
Collection<E> | |
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<E> |
Classes derived from java.io.InputStream | |
class |
Constructors with parameter type java.io.InputStream | |
Methods with parameter type java.io.InputStream | |
Font |
Methods with parameter type java.io.InputStream | |
BigDecimal | Read the CORBA fixed, autodetecting the number of bytes
and assuming the given scale.
|
Version | Read from the input stream, major number first.
|
Methods with return type java.io.InputStream | |
InputStream |
Constructors with parameter type java.io.InputStream | |
Creates a PNGFile object from an InputStream.
|
Methods with parameter type java.io.InputStream | |
PNGChunk | Loads a chunk from an InputStream. |
Classes derived from java.io.InputStream | |
class | Replaces instances of a given RE found within an InputStream
with replacement text. |
Constructors with parameter type java.io.InputStream | |
Creates an REFilterInputStream. |
Constructors with parameter type java.io.InputStream | |
Construct a new OID from the DER bytes in an input stream. | |
Construct a new OID from the DER bytes in an input stream. |
Classes derived from java.io.InputStream | |
class | Converts calls on java ObjectOutputStream to calls on CORBA OutputStream. |
Classes derived from java.io.InputStream | |
class | An input stream that uses either a SaslClient or a SaslServer
to process the data through these entities' security layer filter(s).
|
Constructors with parameter type java.io.InputStream | |
Constructors with parameter type java.io.InputStream | |
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. |
Classes derived from java.io.InputStream | |
class | A filtering input stream that computes a MAC (message authentication code)
over all data read from the stream.
|
Constructors with parameter type java.io.InputStream | |
Creates a new MacInputStream. |
Classes derived from java.io.InputStream | |
class | An input stream that copies all its input to a byte sink.
|
Constructors with parameter type java.io.InputStream | |
Constructs a tee input stream.
|
Classes derived from java.io.InputStream | |
class | This class defines a new CDR input stream methods, added since
CORBA 2.3.
|
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. |
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 | 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 | Used by the peer application to process tokens generated with the
wrap call. |
void | Verifies the cryptographic MIC, contained in the token parameter,
over the supplied message. |
void | Allows to apply per-message security services over the established
security context. |
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.
|
Methods with parameter type java.io.InputStream | |
void |
Methods with return type java.io.InputStream | |
InputStream |
Methods with parameter type java.io.InputStream | |
void | |
void | |
void |
Methods with return type java.io.InputStream | |
InputStream | Returns an input stream that reads from this open connection.
|
InputStream | Returns a listing of information about the specified pathname.
|
InputStream | Retrieves the specified file.
|
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
|
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 | Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
|
void | Loads the keystore from the specified input stream and it
uses the specified password to check for integrity if supplied.
|
Methods with parameter type java.io.InputStream | |
void |
Classes derived from java.io.InputStream | |
class | A simple CORBA CDR (common data representation) input stream, reading data
from the given InputStream . |
class | The input stream with the possibility to align on the
word (arbitrary size) boundary.
|
class | As java uses Big Endian by default, this class is directly derived
form DataInputStream.
|
class | The CDR input stream that reads data from the byte buffer.
|
class | Substitutes the main stream in factories when the header is already behind.
|
class | This class reads data in the Little Endian format. |
Constructors with parameter type java.io.InputStream | |
Creates the stream. | |
Delegates to the parent constructor.
| |
This constructor initializes a new DataInputStream
to read from the specified subordinate stream.
|
Fields of type java.io.InputStream | |
InputStream | The input stream, from where the data are actually being read.
|
Methods with parameter type java.io.InputStream | |
void | Set the input stream that receives the CORBA input.
|
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. |
Methods with return type java.io.InputStream | |
InputStream | Return an input stream that yields the contents of this object,
using the given data flavor. |
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.
|
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.
|
Methods with parameter type java.io.InputStream | |
ICC_Profile | Returns an ICC_Profile instance from an InputStream.
|
Classes derived from java.io.InputStream | |
class | Input stream wrapper for the "chunked" transfer-coding.
|
Constructors with parameter type java.io.InputStream | |
Constructor.
| |
Response.Response(int majorVersion, int minorVersion, int code, String message, gnu.java.net.protocol.http.Headers headers, InputStream body) Constructs a new response with the specified parameters.
|
Fields of type java.io.InputStream | |
InputStream | An InputStream that returns the body of the response.
|
InputStream | The socket input stream.
|
Methods with return type java.io.InputStream | |
InputStream | Returns an InputStream that returns the body of the response.
|
InputStream | |
InputStream | |
InputStream |
Methods with parameter type java.io.InputStream | |
BufferedImage | Create a buffered image from an input stream. |
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.
|
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. |
Methods with parameter type java.io.InputStream | |
void | Loads a set of SynthStyle s that are used for the look and feel of
the components. |
Methods with parameter type java.io.InputStream | |
ProtocolVersion |
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.
|
Classes derived from java.io.InputStream | |
class | This class is used to read CORBA IDL data types.
|
Methods with parameter type java.io.InputStream | |
void | Set the sequence for this sequencer. istream reads on a valid MIDI file.
|
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.
|
Constructors with parameter type java.io.InputStream | |
Methods with parameter type java.io.InputStream | |
Font |
Methods with parameter type java.io.InputStream | |
void | Read the header from the stream.
|
byte[] | Read data, followed by the message header. |
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. |
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.
|
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.
|
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.
|
Classes derived from java.io.InputStream | |
class | An input stream associated with an XML system ID.
|
Methods with parameter type java.io.InputStream | |
void | |
void |
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. |
Methods with parameter type java.io.InputStream | |
Font | Creates a font, reading the glyph definitions from a stream.
|
Constructors with parameter type java.io.InputStream | |
Methods with parameter type java.io.InputStream | |
void | |
void |
Classes derived from java.io.InputStream | |
class | An input stream that filters out CR/LF pairs into LFs.
|
class | An input stream that can read lines of input.
|
Constructors with parameter type java.io.InputStream | |
Constructs a CR/LF input stream connected to the specified input
stream.
| |
Constructor using the US-ASCII character encoding.
| |
Constructor.
|
Fields of type java.io.InputStream | |
InputStream | The underlying input stream.
|
InputStream | The underlying input stream.
|
Methods with return type java.io.InputStream | |
InputStream | Returns an InputStream object for reading from this socket. |
Methods with return type java.io.InputStream | |
InputStream | Opens the file for reading and returns a stream for it.
|
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.
|
Methods with parameter type java.io.InputStream | |
void | |
void |
Constructors with parameter type java.io.InputStream | |
Constructor specifying an input stream.
| |
Constructor specifying an input stream.
|
Methods with return type java.io.InputStream | |
InputStream | Returns an input stream from which the data can be read.
|
InputStream | Returns an input stream from which the data can be read.
|
InputStream | |
InputStream |
Methods with parameter type java.io.InputStream | |
Font | Creates a font, reading the glyph definitions from a stream.
|
Classes derived from java.io.InputStream | |
class | MidiDataInputStream is simply a DataInputStream with the addition
of special variable length int reading as defined by the MIDI spec.
|
Constructors with parameter type java.io.InputStream | |
Create a MidiDataInputStream.
|
Methods with parameter type java.io.InputStream | |
MidiFileFormat | |
Sequence |