Package | Description |
---|---|
ej.bon | |
ej.microui.display | |
java.io | |
java.net | |
javax.net.ssl |
Modifier and Type | Class and Description |
---|---|
class |
ResourceBuffer
A resource buffer contains a set of data which is compacted to obtain a
minimal footprint.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedImage
A
BufferedImage represents a mutable image backed by a pixel buffer. |
class |
ResourceImage
A
ResourceImage represents an image which may require dynamic allocation in order to be created. |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayInputStream
A
ByteArrayInputStream contains an internal buffer that contains bytes that may be
read from the stream. |
class |
ByteArrayOutputStream
This class implements an output stream in which the data is written into a byte array.
|
class |
DataInputStream
A data input stream lets an application read primitive Java data types from an underlying input
stream in a machine-independent way.
|
class |
DataOutputStream
A data output stream lets an application write primitive Java data types to an output stream in a
portable way.
|
class |
FilterInputStream
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 |
FilterOutputStream
This class is the superclass of all classes that filter output streams.
|
class |
InputStream
This abstract class is the superclass of all classes representing an input stream of bytes.
|
class |
InputStreamReader
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and
decodes them into characters using a specified
charset . |
class |
OutputStream
This abstract class is the superclass of all classes representing an output stream of bytes.
|
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to
it are encoded into bytes using a specified
charset . |
class |
PrintStream
A
PrintStream adds functionality to another output stream, namely the ability to
print representations of various data values conveniently. |
class |
Reader
Abstract class for reading character streams.
|
class |
Writer
Abstract class for writing to character streams.
|
Modifier and Type | Class and Description |
---|---|
class |
DatagramSocket
This class represents a socket for sending and receiving datagram packets.
|
class |
MulticastSocket
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
|
class |
ServerSocket
This class implements server sockets.
|
class |
Socket
This class implements client sockets (also called just "sockets").
|
Modifier and Type | Class and Description |
---|---|
class |
SSLServerSocket
This class extends
ServerSocket s and provides secure server sockets using protocols such as the Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. |
class |
SSLSocket
This class extends
Socket s and provides secure socket using protocols such as the "Secure Sockets Layer"
(SSL) or IETF "Transport Layer Security" (TLS) protocols. |