Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.io.Closeable
Packages that use Closeable
Provides for system input and output through data streams, serialization and the file system.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses of Closeable in java.io
Classes in java.io that implement Closeable
class
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
class
The class implements a buffered output stream.
class
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
class
Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
class
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
class
This class implements an output stream in which the data is written into a byte array.
class
This class implements a character buffer that can be used as a character-input stream.
class
This class implements a character buffer that can be used as an Writer.
class
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
class
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
class
A FileInputStream obtains input bytes from a file in a file system.
class
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
class
Reads text from character files using a default buffer size.
class
Writes text to character files using a default buffer size.
class
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
class
This class is the superclass of all classes that filter output streams.
abstract class
Abstract class for reading filtered character streams.
abstract class
Abstract class for writing filtered character streams.
abstract class
This abstract class is the superclass of all classes representing an input stream of bytes.
class
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.
class
Deprecated. This class incorrectly assumes that bytes adequately represent characters.
class
A buffered character-input stream that keeps track of line numbers.
class
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
class
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
abstract class
This abstract class is the superclass of all classes representing an output stream of bytes.
class
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
class
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
class
A piped output stream can be connected to a piped input stream to create a communications pipe.
class
Piped character-input streams.
class
Piped character-output streams.
class
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
class
Prints formatted representations of objects to a text-output stream.
class
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" bytes, by storing pushed-back bytes in an internal buffer.
class
A character-stream reader that allows characters to be pushed back into the stream.
class
Instances of this class support both reading and writing to a random access file.
abstract class
Abstract class for reading character streams.
class
A SequenceInputStream represents the logical concatenation of other input streams.
class
Deprecated. This class does not properly convert characters into bytes.
class
A character stream whose source is a string.
class
A character stream that collects its output in a string buffer, which can then be used to construct a string.
abstract class
Abstract class for writing to character streams.
Uses of Closeable in java.util
Classes in java.util that implement Closeable
class
An interpreter for printf-style format strings.
class
A simple text scanner which can parse primitive types and strings using regular expressions.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz