Uses of Class java.io.OutputStream

Uses in package java.rmi.server

Classes derived from java.io.OutputStream

class

Methods with parameter type java.io.OutputStream

void
Set the stream for logging RMI calls.
void

Methods with return type java.io.OutputStream

OutputStream

Uses in package javax.imageio

Methods with parameter type java.io.OutputStream

boolean
ImageIO.write(RenderedImage im, String formatName, OutputStream output)
Write an image to an output stream using a registered writer that supports the given format.

Uses in package java.sql

Methods with return type java.io.OutputStream

OutputStream
Clob.setAsciiStream(long start)
Returns an ASCII text stream that writes into this Clob, starting at the specified index.
OutputStream
Blob.setBinaryStream(long start)
Returns a binary stream that writes into this Blob, starting at the specified index.

Uses in package java.util.zip

Classes derived from java.io.OutputStream

class
OutputStream that computes a checksum of data being written using a supplied Checksum object.
class
This is a special FilterOutputStream deflating the bytes that are written through it.
class
This filter stream is used to compress a stream into a "GZIP" stream.
class
This is a FilterOutputStream that writes the files into a zip archive one after another.

Constructors with parameter type java.io.OutputStream

Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
Creates a new DeflaterOutputStream with a default Deflater and default buffer size.
Creates a new DeflaterOutputStream with the given Deflater and default buffer size.
Creates a new DeflaterOutputStream with the given Deflater and buffer size.
Creates a GZIPOutputStream with the default buffer size
Creates a GZIPOutputStream with the specified buffer size
Creates a new Zip output stream, writing a zip archive.

Uses in package javax.print

Constructors with parameter type java.io.OutputStream

Constructs a StreamPrintService object.

Methods with parameter type java.io.OutputStream

StreamPrintService
Constructs a StreamPrintService which directs its output the given output stream.

Methods with return type java.io.OutputStream

OutputStream
Returns the OutputStream of this object.

Uses in package java.awt.color

Methods with parameter type java.io.OutputStream

void
Writes the profile data in ICC profile file-format to a stream.

Uses in package java.util

Constructors with parameter type java.io.OutputStream

Constructs a new Formatter using the default locale and character set, with the specified output stream.
Constructs a new Formatter using the default locale, with the specified file output stream and the supplied character set.
Constructs a new Formatter using the specified output stream with the supplied character set and locale.

Methods with parameter type java.io.OutputStream

void
Writes the key/value pairs to the given output stream, in a format suitable for load.
If header is not null, this method writes a comment containing the header as first line to the stream.
void
Encodes the properties as an XML file using the UTF-8 encoding.
void
Properties.storeToXML(OutputStream os, String comment, String encoding)
Encodes the properties as an XML file using the supplied encoding.
@Deprecated
Calls store(OutputStream out, String header) and ignores the IOException that may be thrown.

Uses in package javax.imageio.stream

Constructors with parameter type java.io.OutputStream

Uses in package javax.sound.sampled.spi

Methods with parameter type java.io.OutputStream

int
Write audio data to an output stream.

Uses in package java.beans

Constructors with parameter type java.io.OutputStream

Uses in package javax.crypto

Classes derived from java.io.OutputStream

class
A filtered output stream that transforms data written to it with a Cipher before sending it to the underlying output stream.

Constructors with parameter type java.io.OutputStream

Create a cipher output stream with no cipher.
Create a new cipher output stream.

Uses in package javax.sound.midi

Methods with parameter type java.io.OutputStream

int
MidiSystem.write(Sequence in, int fileType, OutputStream out)
Write a sequence to an output stream using a specific MIDI file format.

Uses in package java.io

Classes derived from java.io.OutputStream

class
This class accumulates bytes written in a buffer instead of immediately writing the data to the underlying output sink.
class
This class allows data to be written to a byte array buffer and and then retrieved by an application.
class
This class provides a mechanism for writing primitive Java datatypes to an OutputStream in a portable way.
class
This classes allows a stream of data to be written to a disk file or any open FileDescriptor.
class
This class is the common superclass of output stream classes that filter the output they write.
class
An ObjectOutputStream can be used to write objects as well as primitive data in a platform-independent manner to an OutputStream.
class
This class writes its bytes to a PipedInputStream to which it is connected.
class
This class prints Java primitive values and object to a stream as text.

Constructors with parameter type java.io.OutputStream

This method initializes a new BufferedOutputStream instance that will write to the specified subordinate OutputStream and which will use a default buffer size of 512 bytes.
This method initializes a new BufferedOutputStream instance that will write to the specified subordinate OutputStream and which will use the specified buffer size
This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream
This method initializes an instance of FilterOutputStream to write to the specified subordinate OutputStream.
Creates a new ObjectOutputStream that will do all of its writing onto out.
This method initializes a new instance of OutputStreamWriter to write to the specified stream using the default encoding.
This method initializes a new instance of OutputStreamWriter to write to the specified stream using a caller supplied character encoding scheme.
This method initializes a new instance of OutputStreamWriter to write to the specified stream using a given Charset.
This method initializes a new instance of OutputStreamWriter to write to the specified stream using a given CharsetEncoder.
This method initializes a new PrintStream object to write to the specified output sink.
PrintStream.PrintStream(OutputStream out, boolean auto_flush)
This method initializes a new PrintStream object to write to the specified output sink.
PrintStream.PrintStream(OutputStream out, boolean auto_flush, String encoding)
This method initializes a new PrintStream object to write to the specified output sink.
This method initializes a new PrintWriter object to write to the specified OutputStream.
PrintWriter.PrintWriter(OutputStream out, boolean autoflush)
This method initializes a new PrintWriter object to write to the specified OutputStream.

Fields of type java.io.OutputStream

OutputStream
This is the subordinate OutputStream that this class redirects its method calls to.

Methods with parameter type java.io.OutputStream

void
This method writes all the bytes that have been written to this stream from the internal buffer to the specified OutputStream.

Uses in package javax.xml.transform.stream

Constructors with parameter type java.io.OutputStream

Constructor with an output stream.

Methods with parameter type java.io.OutputStream

void
Sets the target output stream.

Methods with return type java.io.OutputStream

OutputStream
Returns the target output stream.

Uses in package java.util.logging

Constructors with parameter type java.io.OutputStream

Creates a StreamHandler that formats log messages with the specified Formatter and publishes them to the specified output stream.

Methods with parameter type java.io.OutputStream

void
Changes the output stream to which this handler publishes logging records.

Uses in package javax.xml.stream

Methods with parameter type java.io.OutputStream

XMLEventWriter
Creates a new event writer.
XMLEventWriter
Creates a new event writer.
XMLStreamWriter
Creates a new stream writer.
XMLStreamWriter
Creates a new stream writer.

Uses in package java.lang

Methods with parameter type java.io.OutputStream

OutputStream
Return a localized version of this OutputStream, meaning all characters are localized before they are sent to the other end.

Methods with return type java.io.OutputStream

OutputStream
Return a localized version of this OutputStream, meaning all characters are localized before they are sent to the other end.
OutputStream
Obtain the output stream that sends data to the subprocess.

Uses in package java.nio.channels

Methods with parameter type java.io.OutputStream

WritableByteChannel
Constructs a channel that writes bytes to the given stream.

Methods with return type java.io.OutputStream

OutputStream
Constructs a stream that writes bytes to the given channel.

Uses in package java.net

Methods with return type java.io.OutputStream

OutputStream
Returns an OutputStream for writing to this socket.
OutputStream
Returns an OutputStream object for writing to this socket
OutputStream
Returns an OutputStream for this connection.

Uses in package javax.sound.midi.spi

Methods with parameter type java.io.OutputStream

int
MidiFileWriter.write(Sequence in, int fileType, OutputStream out)
Write a sequence to a stream using the specified MIDI file type.

Uses in package org.omg.CORBA_2_3.portable

Classes derived from java.io.OutputStream

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

Uses in package org.w3c.dom.ls

Methods with parameter type java.io.OutputStream

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

Methods with return type java.io.OutputStream

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

Uses in package javax.swing.text

Methods with parameter type java.io.OutputStream

void
DefaultEditorKit.write(OutputStream out, Document document, int offset, int len)
Writes the Document (or a fragment of the Document) to an OutputStream in the supported content type format.
void
EditorKit.write(OutputStream out, Document doc, int pos, int len)

Uses in package java.util.jar

Classes derived from java.io.OutputStream

class
OutputStream for writing jar files.

Constructors with parameter type java.io.OutputStream

Creates a new JarOutputStream without a manifest entry.
Creates a new JarOutputStream with a manifest entry.

Methods with parameter type java.io.OutputStream

void
Writes the contents of this Manifest to the designated output stream.

Uses in package java.util.prefs

Methods with parameter type java.io.OutputStream

void
Export this node, but not its descendants, as XML to the indicated output stream.
void
Export this node, but not its descendants, as XML to the indicated output stream.
void
Export this node and all its descendants as XML to the indicated output stream.
void
Export this node and all its descendants as XML to the indicated output stream.

Uses in package org.omg.CORBA.portable

Classes derived from java.io.OutputStream

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

Uses in package javax.sound.sampled

Methods with parameter type java.io.OutputStream

int
Write an audio input stream to the given output stream, using the specified audio file format.

Uses in package org.ietf.jgss

Methods with parameter type java.io.OutputStream

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.wrap(InputStream inStream, OutputStream outStream, MessageProp msgProp)
Allows to apply per-message security services over the established security context.

Uses in package java.security

Classes derived from java.io.OutputStream

class
DigestOutputStream is a class that ties an OutputStream with a MessageDigest.

Constructors with parameter type java.io.OutputStream

Constructs a new DigestOutputStream.

Methods with parameter type java.io.OutputStream

void
This method writes the certificate to an OutputStream in a format that can be understood by the decode method.
void
KeyStoreSpi.engineStore(OutputStream stream, char[] password)
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.
void
KeyStore.store(OutputStream stream, char[] password)
Stores the keystore in the specified output stream and it uses the specified key it keep it secure.