Interface | Description |
---|---|
Closeable |
An
AutoCloseable whose close method may throw an IOException . |
Externalizable |
A version of java.io.Externalizable to be able to compile shared Java code that uses it.
|
Flushable |
Defines an interface for classes that can (or need to) be flushed, typically
before some output processing is considered to be finished and the object
gets closed.
|
Serializable |
Provided for interoperability; RPC treats this interface synonymously with
IsSerializable . |
Class | Description |
---|---|
ByteArrayInputStream |
A specialized
InputStream for reading the contents of a byte array. |
ByteArrayInputStream |
A specialized
InputStream for reading the contents of a byte array. |
ByteArrayOutputStream |
A specialized
OutputStream for class for writing content to an
(internal) byte array. |
ByteArrayOutputStream |
A specialized
OutputStream for class for writing content to an
(internal) byte array. |
Closeable |
An
AutoCloseable whose close method may throw an IOException . |
Externalizable |
A version of java.io.Externalizable to be able to compile shared Java code that uses it.
|
FilterInputStream |
Wraps an existing
InputStream and performs some transformation on
the input data while it is being read. |
FilterInputStream |
Wraps an existing
InputStream and performs some transformation on
the input data while it is being read. |
FilterOutputStream |
Wraps an existing
OutputStream and performs some transformation on
the output data while it is being written. |
FilterOutputStream |
Wraps an existing
OutputStream and performs some transformation on
the output data while it is being written. |
Flushable |
Defines an interface for classes that can (or need to) be flushed, typically
before some output processing is considered to be finished and the object
gets closed.
|
InputStream |
A readable source of bytes.
|
InputStream |
A readable source of bytes.
|
IOException |
See the
official Java API doc for details.
|
IOUtils |
Provides a series of utilities to be reused between IO classes.
|
OutputStream |
A writable sink for bytes.
|
OutputStream |
A writable sink for bytes.
|
PrintStream | |
PrintStream | |
Serializable |
Provided for interoperability; RPC treats this interface synonymously with
IsSerializable . |
UncheckedIOException |
See the
official Java API doc for details.
|
UnsupportedEncodingException |
A character encoding is not supported - [Sun's
docs].
|
Exception | Description |
---|---|
IOException |
See the
official Java API doc for details.
|
UncheckedIOException |
See the
official Java API doc for details.
|
UnsupportedEncodingException |
A character encoding is not supported - [Sun's
docs].
|
Copyright © 2018. All rights reserved.