Package | Description |
---|---|
com.google.gwt.codegen.server |
Classes used by code generation, either on the server or from a GWT
generator.
|
com.google.gwt.dev.util | |
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
com.google.gwt.logging.impl | |
com.google.gwt.util.tools |
Utility classes for building GWT command-line applications.
|
java.io | |
java.util.stream |
Modifier and Type | Class and Description |
---|---|
class |
AbortablePrintWriter
Wrapper for a
PrintWriter that adds the ability to abort creation
and an onClose hook |
Modifier and Type | Class and Description |
---|---|
class |
StringInterningObjectInputStream
An ObjectInputStream that interns all deserialized strings.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MessageCatalogFactory.Writer
Writes translatable messages to a message catalog.
|
Modifier and Type | Class and Description |
---|---|
class |
StackTracePrintStream
A
PrintStream implementation that implements only a subset of methods that is enough to
be used with Throwable.printStackTrace(PrintStream) . |
Modifier and Type | Method and Description |
---|---|
static void |
Utility.close(AutoCloseable closeable)
Helper that ignores exceptions during close, because what are you going to
do?
|
Modifier and Type | Interface and Description |
---|---|
interface |
Closeable
An
AutoCloseable whose close method may throw an IOException . |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayInputStream
A specialized
InputStream for reading the contents of a byte array. |
class |
ByteArrayOutputStream
A specialized
OutputStream for class for writing content to an
(internal) byte array. |
class |
FilterInputStream
Wraps an existing
InputStream and performs some transformation on
the input data while it is being read. |
class |
FilterOutputStream
Wraps an existing
OutputStream and performs some transformation on
the output data while it is being written. |
class |
InputStream
A readable source of bytes.
|
class |
ObjectInputStream |
class |
OutputStream
A writable sink for bytes.
|
class |
PrintStream |
class |
PrintWriter |
class |
Writer |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseStream<T,S extends BaseStream<T,S>>
See
the official Java API doc for details.
|
interface |
DoubleStream
See
the official Java API doc for details.
|
interface |
IntStream
See
the official Java API doc for details.
|
interface |
LongStream
See
the official Java API doc for details.
|
interface |
Stream<T>
See
the official Java API doc for details.
|
Copyright © 2018. All rights reserved.