Frames | No Frames |
Methods with parameter type java.io.OutputStream | |
XMLEventWriter | |
XMLEventWriter | |
XMLStreamWriter | |
XMLStreamWriter |
Constructors with parameter type java.io.OutputStream | |
Methods with return type java.io.OutputStream | |
OutputStream |
Methods with parameter type java.io.OutputStream | |
int | Write a sequence to a stream using the specified MIDI file type.
|
Constructors with parameter type java.io.OutputStream | |
Creates a new NodeWriter for the given preferences node and
outputstream. |
Constructors with parameter type java.io.OutputStream | |
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 |
Methods with parameter type java.io.OutputStream | |
int |
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.
| |
This method intializes a new PrintStream object to write
to the specified output sink. | |
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 . | |
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 .
|
Methods with return type java.io.OutputStream | |
OutputStream | Get the output stream for the transport
|
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.
|
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
|
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 |
Classes derived from java.io.OutputStream | |
class | This is a placeholder OutputStream that does absolutley nothing
when written to. |
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.
|
Methods with return type java.io.OutputStream | |
OutputStream | Opens this file for writing and returns an 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. |
Constructors with parameter type java.io.OutputStream | |
Constructs a consumer that writes its input as XML text,
encoded in UTF-8. |
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.
|
Classes derived from java.io.OutputStream | |
class | Character stream wrapper.
|
Methods with parameter type java.io.OutputStream | |
void | |
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 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 |
Constructors with parameter type java.io.OutputStream | |
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 | |
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 parameter type java.io.OutputStream | |
void | Stores the keystore in the specified output stream and it
uses the specified key it keep it secure.
|
Constructors with parameter type java.io.OutputStream | |
Methods with parameter type java.io.OutputStream | |
@Override |
Classes derived from java.io.OutputStream | |
class |
Constructors with parameter type java.io.OutputStream | |
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>.
|
Methods with parameter type java.io.OutputStream | |
void | Writes a PNG chunk to an output stream,
performing the CRC calculation as well.
|
void | Writes a PNG file to an OutputStream
|
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.
|
Classes derived from java.io.OutputStream | |
class | An output 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.OutputStream | |
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 | Writes to the designated output stream the DER encoding of the current
contents of this instance.
|
void | Writes to the designated output stream the DER encoding of the current
contents of this instance.
|
Classes derived from java.io.OutputStream | |
class | A filtering output stream that computes a MAC (message authentication code)
over all data written to the stream.
|
Constructors with parameter type java.io.OutputStream | |
Creates a new MacOutputStream . |
Classes derived from java.io.OutputStream | |
class | An output stream that copies all its output to an additional byte sink.
|
Constructors with parameter type java.io.OutputStream | |
Constructs a tee input stream.
| |
Constructs a tee output stream.
|
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 | 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. |
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.
|
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 | |
void | |
void | |
void |
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.
|
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. |
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.
|
Classes derived from java.io.OutputStream | |
class | An output stream that writes bytes to a ByteBuffer, which will be resized
if more space is needed.
|
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.
|
Methods with parameter type java.io.OutputStream | |
void | Writes the profile data in ICC profile file-format to a stream.
|
Fields of type java.io.OutputStream | |
OutputStream | The socket output stream.
|
Methods with return type java.io.OutputStream | |
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 parameter type java.io.OutputStream | |
int | Write an audio input stream to the given output stream, using the
specified audio file format. |
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.
|
Methods with parameter type java.io.OutputStream | |
void |
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. |
Classes derived from java.io.OutputStream | |
class | This class is used to write CORBA IDL data types.
|
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.
|
Methods with parameter type java.io.OutputStream | |
void | Send the close message to the given output stream. |
void | Write the header to stream.
|
Methods with parameter type java.io.OutputStream | |
int | Write audio data to an output stream.
|
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 | |
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 return type java.io.OutputStream | |
OutputStream | Returns an output stream for the specified transformer result.
|
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. |
Methods with return type java.io.OutputStream | |
OutputStream | Opens the file for writing and returns a stream for it.
|
Methods with parameter type java.io.OutputStream | |
int | Write a sequence to an output stream using a specific MIDI file format.
|
Methods with parameter type java.io.OutputStream | |
void | |
void |
Methods with parameter type java.io.OutputStream | |
void | Writes the data as a byte stream.
|
void | Writes the object as a stream of bytes.
|
Methods with return type java.io.OutputStream | |
OutputStream | Returns an output stream that can be used to overwrite the underlying
data, if the DataSource constructor was used.
|
OutputStream | Returns an output stream to which the data can be written.
|
OutputStream | |
OutputStream |
Methods with parameter type java.io.OutputStream | |
void |
Classes derived from java.io.OutputStream | |
class | MidiDataOutputStream is simply a DataOutputStream with the addition
of special variable length int writing as defined by the MIDI spec.
|
Constructors with parameter type java.io.OutputStream | |
Create a MidiDataOutputStream.
|
Methods with parameter type java.io.OutputStream | |
int | Write a sequence to a stream using the specified MIDI file type.
|