Uses of Interface java.io.Closeable

Uses in package gnu.gcj.io

Classes implementing java.io.Closeable

class

Uses in package gnu.java.nio.channels

Classes implementing java.io.Closeable

class
This file is not user visible !

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

Classes implementing java.io.Closeable

class

Uses in package gnu.javax.rmi.CORBA

Classes implementing java.io.Closeable

class
Converts calls on java ObjectOutputStream to calls on CORBA 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.nio.channels

Classes implementing java.io.Closeable

class
class
class
class
class
class
class

Uses in package gnu.java.rmi.server

Classes implementing java.io.Closeable

class
class

Uses in package gnu.java.security.util

Classes implementing java.io.Closeable

class
An output stream that writes bytes to a ByteBuffer, which will be resized if more space is needed.

Uses in package gnu.java.nio

Classes implementing java.io.Closeable

class
class
class
A Reader implementation that works using a ReadableByteChannel and a CharsetDecoder.
class
A Writer implementation that works by wrapping an NIO channel.
class
class
This file is not user visible !
class
class
class
class
class
class

Uses in package gnu.javax.crypto.sasl

Classes implementing java.io.Closeable

class
An input stream that uses either a SaslClient or a SaslServer to process the data through these entities' security layer filter(s).
class
An output stream that uses either a SaslClient or a SaslServer to process the data through these entities' security layer filter(s).

Uses in package gnu.java.net

Classes implementing java.io.Closeable

class
An input stream that filters out CR/LF pairs into LFs.
class
An output stream that filters LFs into CR/LF pairs.
class
An input stream that can read lines of input.

Uses in package org.omg.CORBA_2_3.portable

Classes implementing java.io.Closeable

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

Uses in package java.rmi.server

Classes implementing java.io.Closeable

class

Uses in package gnu.javax.crypto.mac

Classes implementing java.io.Closeable

class
A filtering input stream that computes a MAC (message authentication code) over all data read from the stream.
class
A filtering output stream that computes a MAC (message authentication code) over all data written to the stream.

Uses in package gnu.java.io

Classes implementing java.io.Closeable

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.
class
This is a placeholder OutputStream that does absolutley nothing when written to.

Uses in package java.util.zip

Classes implementing java.io.Closeable

class
InputStream that computes a checksum of the data being read using a supplied Checksum object.
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 decompress a "GZIP" format stream.
class
This filter stream is used to compress a stream into a "GZIP" 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.
class
This is a FilterOutputStream that writes the files into a zip archive one after another.

Uses in package gnu.javax.imageio

Classes implementing java.io.Closeable

class
Implements InputStream on an ImageInputStream The purpose of this is to avoid IIO dependencies in the various decoders.

Uses in package gnu.CORBA

Classes implementing java.io.Closeable

class
A stream, additionally holding the gnu request.

Uses in package java.util.jar

Classes implementing java.io.Closeable

class
InputStream for reading jar files.
class
OutputStream for writing jar files.

Uses in package gnu.xml.dom.ls

Classes implementing java.io.Closeable

class
Character stream wrapper.
class
Character stream wrapper.

Uses in package javax.crypto

Classes implementing java.io.Closeable

class
This is an InputStream that filters its data through a Cipher before returning it.
class
A filtered output stream that transforms data written to it with a Cipher before sending it to the underlying output stream.

Uses in package gnu.classpath.debug

Classes implementing java.io.Closeable

class
An input stream that copies all its input to a byte sink.
class
An output stream that copies all its output to an additional byte sink.
class
A reader that copies all characters read to an output sink.
class
A writer that copies all its output to an additional character sink.

Uses in package org.omg.CORBA.portable

Classes implementing java.io.Closeable

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

Uses in package java.io

Classes implementing java.io.Closeable

class
This subclass of FilterInputStream buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
class
This class accumulates bytes written in a buffer instead of immediately writing the data to the underlying output sink.
class
This subclass of FilterReader buffers input from an underlying implementation to provide a possibly more efficient read mechanism.
class
This class accumulates chars written in a buffer instead of immediately writing the data to the underlying output sink.
class
This class permits an array of bytes to be read as an input stream.
class
This class allows data to be written to a byte array buffer and and then retrieved by an application.
class
This class permits an array of chars to be read as an input stream.
class
This class allows data to be written to a char array buffer and and then retrieved by an application.
class
This subclass of FilteredInputStream implements the DataInput interface that provides method for reading primitive Java data types from a stream.
class
This class provides a mechanism for writing primitive Java datatypes to an OutputStream in a portable way.
class
This class is a stream that reads its bytes from a file.
class
This classes allows a stream of data to be written to a disk file or any open FileDescriptor.
class
This class provides a convenient way to set up a Reader to read from a file.
class
This is a convenience class for writing to files.
class
This is the common superclass of all standard classes that filter input.
class
This class is the common superclass of output stream classes that filter the output they write.
class
This is the common superclass of all standard classes that filter input.
class
This class is the common superclass of output character stream classes that filter the output they write.
class
This abstract class forms the base of the hierarchy of classes that read input as a stream of bytes.
class
This class reads characters from a byte input stream.
class
This class functions like a standard InputStream except that it counts line numbers, and canonicalizes newline characters.
class
This class functions like a standard Reader except that it counts line numbers, and canonicalizes newline characters.
class
class
An ObjectOutputStream can be used to write objects as well as primitive data in a platform-independent manner to an OutputStream.
class
This abstract class forms the base of the hierarchy of classes that write output as a stream of bytes.
class
This class writes characters to an output stream that is byte oriented It converts the chars that are written to bytes using an encoding layer, which is specific to a particular encoding standard.
class
An input stream that reads its bytes from an output stream to which it is connected.
class
This class writes its bytes to a PipedInputStream to which it is connected.
class
An input stream that reads characters from a piped writer to which it is connected.
class
This class writes its chars to a PipedReader to which it is connected.
class
This class prints Java primitive values and object to a stream as text.
class
This class prints Java primitive values and objects to a stream as text.
class
This subclass of FilterInputStream provides the ability to unread data from a stream.
class
This subclass of FilterReader provides the ability to unread data from a stream.
class
This class allows reading and writing of files at random locations.
class
This abstract class forms the base of the hierarchy of classes that read input as a stream of characters.
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.
class
This class permits a String to be read as a character input stream.
class
This class writes chars to an internal StringBuffer that can then be used to retrieve a String.
class
This abstract class forms the base of the hierarchy of classes that write output as a stream of chars.

Uses in package java.util

Classes implementing java.io.Closeable

class
A Java formatter for printf-style format strings, as seen in the C programming language.

Uses in package gnu.java.util.regex

Classes implementing java.io.Closeable

class
Replaces instances of a given RE found within an InputStream with replacement text.

Uses in package java.nio.channels.spi

Classes implementing java.io.Closeable

class
class

Uses in package java.security

Classes implementing java.io.Closeable

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

Uses in package javax.swing

Classes implementing java.io.Closeable

class
An input stream with a ProgressMonitor.

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

Classes implementing java.io.Closeable

class
Input stream wrapper for the "chunked" transfer-coding.

Uses in package gnu.javax.sound.midi.file

Classes implementing java.io.Closeable

class
MidiDataInputStream is simply a DataInputStream with the addition of special variable length int reading as defined by the MIDI spec.
class
MidiDataOutputStream is simply a DataOutputStream with the addition of special variable length int writing as defined by the MIDI spec.

Uses in package gnu.xml.libxmlj.util

Classes implementing java.io.Closeable

class
An input stream associated with an XML system ID.

Uses in package gnu.CORBA.CDR

Classes implementing java.io.Closeable

class
A simple CORBA CDR (common data representation) input stream, reading data from the given InputStream.
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
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
A stream to read the data in Big Endian format.
class
A CORBA output stream, writing data into the internal buffer (ByteArrayOutputStream).
class
The CDR input stream that reads data from the byte buffer.
class
The encapsulated data, as they are defined by CORBA specification.
class
Substitutes the main stream in factories when the header is already behind.
class
This class reads data in the Little Endian format.
class
This stream writes data in the Little Endian format (less significant byte first).

Uses in package gnu.java.rmi

Classes implementing java.io.Closeable

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

Uses in package javax.sound.sampled

Classes implementing java.io.Closeable

class
This is an InputStream which is specialized for reading audio files.