GNU Classpath (0.95) | |
Frames | No Frames |
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 |
Methods with parameter type java.io.OutputStream | |
boolean | Write an image to an output stream using a registered writer that
supports the given format.
|
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.
|
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.
|
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.
|
Methods with parameter type java.io.OutputStream | |
void | Writes the profile data in ICC profile file-format to a stream.
|
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 |
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.
|
Constructors with parameter type java.io.OutputStream | |
Methods with parameter type java.io.OutputStream | |
int | Write audio data to an output stream.
|
Constructors with parameter type java.io.OutputStream | |
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. |
Methods with parameter type java.io.OutputStream | |
int | Write a sequence to an output stream using a specific MIDI file format.
|
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. | |
This method initializes a new PrintStream object to write
to the specified output sink. | |
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 . | |
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 .
|
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.
|
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.
|
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.
|
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. |
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.
|
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. |
Methods with parameter type java.io.OutputStream | |
int | Write a sequence to a stream using the specified MIDI file type.
|
Classes derived from java.io.OutputStream | |
class | This class defines a new CDR input stream methods, added since
CORBA 2.3.
|
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.
|
Methods with parameter type java.io.OutputStream | |
void | Writes the Document (or a fragment of the
Document ) to an OutputStream in the
supported content type format.
|
void |
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. |
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. |
Classes derived from java.io.OutputStream | |
class | This class is used to write CORBA IDL data types.
|
Methods with parameter type java.io.OutputStream | |
int | Write an audio input stream to the given output stream, using the
specified audio file format. |
Methods with parameter type java.io.OutputStream | |
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 | Allows to apply per-message security services over the established
security context. |
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 | Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
|
void | Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
|
GNU Classpath (0.95) |