All Classes and Interfaces
Class
Description
Added this for Kotlin
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
This class implements an output stream in which the data is written into a byte array.
Added this for Kotlin
Instances of the class Class represent classes and interfaces in a running Java application.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
Signals that an end of file or end of stream has been reached unexpectedly during input.
Signals that an attempt to open the file denoted by a specified pathname
has failed.
Indicates that an output object can be flushed.
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
This abstract class is the superclass of all classes representing an input stream of bytes.
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
Signals that an I/O operation has been interrupted.
Signals that an I/O exception of some sort has occurred.
LinkageError is the superclass of all error classes that occur when
loading and linking class files.This abstract class is the superclass of all classes representing an output stream of bytes.
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
Abstract class for reading character streams.
Base class for Java record types.
Abstract base class for reference objects.
Here to simplify porting, won't actually work...
Minimal charset constants supported by CLDC11 stubs.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
A specialized
Reader that reads characters from a String in
a sequential manner.The Character Encoding is not supported.
An implementation of a Univeral Resource Identifier (URI).
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
This class provides support for weak references.
Abstract class for writing to character streams.