Uses of Class java.io.OutputStream

Uses in package gnu.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.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.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.

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.sound.sampled.spi

Methods with parameter type java.io.OutputStream

int
Write audio data to an output stream.

Uses in package gnu.java.util.prefs

Constructors with parameter type java.io.OutputStream

Creates a new NodeWriter for the given preferences node and outputstream.

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 intializes a new PrintStream object to write to the specified output sink.
PrintStream.PrintStream(OutputStream out, boolean auto_flush)
This method intializes a new PrintStream object to write to the specified output sink.
PrintStream.PrintStream(OutputStream out, boolean auto_flush, String encoding)
This method intializes 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 gnu.java.security.der

Methods with parameter type java.io.OutputStream

int

Uses in package gnu.java.net.protocol.ftp

Methods with return type java.io.OutputStream

OutputStream
Returns a stream for uploading a file.
OutputStream
Returns an output stream that writes to this connection.
OutputStream
Returns a stream for uploading a file.

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 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 gnu.gcj.io

Classes derived from java.io.OutputStream

class

Constructors with parameter type java.io.OutputStream

This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream

Uses in package java.util.prefs

Methods with parameter type java.io.OutputStream

void
XXX
void
XXX
void
XXX
void
XXX

Uses in package gnu.java.nio

Classes derived from java.io.OutputStream

class

Constructors with parameter type java.io.OutputStream

Uses in package java.util

Methods with parameter type java.io.OutputStream

void
Calls store(OutputStream out, String header) and ignores the IOException that may be thrown.
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.

Uses in package gnu.java.net

Classes derived from java.io.OutputStream

class
An output stream that filters LFs into CR/LF pairs.

Constructors with parameter type java.io.OutputStream

Constructs a CR/LF output stream connected to the specified output stream.

Methods with return type java.io.OutputStream

OutputStream
Returns an OutputStream object for writing to this socket.

Uses in package gnu.CORBA

Classes derived from java.io.OutputStream

class
A stream, additionally holding the gnu request.

Methods with parameter type java.io.OutputStream

void
Write into the output stream, major number first.
void
Write the big decimal as CORBA fixed<.code>.

Uses in package gnu.xml.libxmlj.util

Methods with return type java.io.OutputStream

OutputStream
Returns an output stream for the specified transformer result.

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 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 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 gnu.xml.pipeline

Constructors with parameter type java.io.OutputStream

Constructs a consumer that writes its input as XML text, encoded in UTF-8.

Uses in package gnu.xml.util

Constructors with parameter type java.io.OutputStream

Constructs this handler such that the specified output stream is used to write SAX events in the US-ASCII encoding, as XHTML.
Constructs a handler which writes all input to the output stream in the UTF-8 encoding, and closes it when endDocument is called.

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 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 org.omg.CORBA.portable

Classes derived from java.io.OutputStream

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

Uses in package gnu.CORBA.GIOP

Methods with parameter type java.io.OutputStream

void
Send the close message to the given output stream.
void
Write the header to stream.

Uses in package gnu.java.rmi.server

Classes derived from java.io.OutputStream

class

Constructors with parameter type java.io.OutputStream

Creates a new ObjectOutputStream that will do all of its writing onto out.

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 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 gnu.java.rmi

Classes derived from java.io.OutputStream

class
This class is only for java.rmi.MarshalledObject to serialize object and got objBytes and locBytes

Constructors with parameter type java.io.OutputStream

Creates a new ObjectOutputStream that will do all of its writing onto out.

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
XXX

Uses in package javax.imageio.stream

Constructors with parameter type java.io.OutputStream

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 gnu.javax.imageio.bmp

Methods with parameter type java.io.OutputStream

void
Writes the header to an output stream, which is not closed or flushed.

Uses in package gnu.javax.rmi.CORBA

Classes derived from java.io.OutputStream

class
A class to substitute as an ObjectOutputStream for objects using writeObject method.
class
Tests if the defaultWriteObject method has been called.

Uses in package java.sql

Methods with return type java.io.OutputStream

OutputStream
Clob.setAsciiStream(long pos)
OutputStream

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 gnu.CORBA.CDR

Classes derived from java.io.OutputStream

class
A simple CORBA CDR (common data representation) output stream, writing data into the given OutputStream.
class
The input stream with the possibility to align on the word (arbitrary size) boundary.
class
A stream to read the data in Big Endian format.
class
A CORBA output stream, writing data into the internal buffer (ByteArrayOutputStream).
class
The encapsulated data, as they are defined by CORBA specification.
class
This stream writes data in the Little Endian format (less significant byte first).

Constructors with parameter type java.io.OutputStream

Creates the stream.
Delegate functionality to the parent constructor.
This method initializes an instance of DataOutputStream to write its data to the specified underlying OutputStream

Methods with parameter type java.io.OutputStream

void
Set the output stream that receives the CORBA output.

Uses in package gnu.xml.dom.ls

Classes derived from java.io.OutputStream

class
Character stream wrapper.

Methods with parameter type java.io.OutputStream

void
void

Methods with return type java.io.OutputStream

OutputStream

Uses in package gnu.java.net.protocol.file

Methods with return type java.io.OutputStream

OutputStream
Opens the file for writing and returns a stream for it.

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 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 gnu.xml.transform

Methods with parameter type java.io.OutputStream

void

Uses in package gnu.java.net.protocol.http

Fields of type java.io.OutputStream

OutputStream
The socket output stream.

Methods with return type java.io.OutputStream

OutputStream
OutputStream

Uses in package gnu.classpath.jdwp.transport

Methods with return type java.io.OutputStream

OutputStream
Get the output stream for the transport

Uses in package javax.print

Constructors with parameter type java.io.OutputStream

Constructs a StreamPrintService object.

Methods with return type java.io.OutputStream

OutputStream
Returns the OutputStream of this object.

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 gnu.java.io

Classes derived from java.io.OutputStream

class
This is a placeholder OutputStream that does absolutley nothing when written to.

Uses in package java.rmi.server

Classes derived from java.io.OutputStream

class

Methods with parameter type java.io.OutputStream

void
void

Methods with return type java.io.OutputStream

OutputStream