| Package | Description |
|---|---|
| net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
| net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
| net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
| net.sf.mmm.content.parser.impl.text |
Contains
ContentParser-implementations
for text-files. |
| net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
| net.sf.mmm.util.file.api |
Provides the API for utilities that help to deal with files.
|
| net.sf.mmm.util.gwt.api |
Provides the API for GWT specific utilities.
|
| net.sf.mmm.util.io.api |
Provides the API for utilities that help to read and write data, process bytes, etc.
|
| net.sf.mmm.util.io.api.spi |
Provides the SPI (service-provider-interface) for IO-Utils.
|
| net.sf.mmm.util.io.base |
Contains public implementations that help to read and write data, process bytes, etc.
|
| net.sf.mmm.util.io.impl |
Contains implementations for utilities that help to read and write data, process bytes, etc.
|
| net.sf.mmm.util.io.impl.spring | |
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
| net.sf.mmm.util.process.base |
Provides the base-implementation for
Process-Util API. |
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| net.sf.mmm.util.resource.api |
Provides the API for utilities that help to load resources from arbitrary sources.
|
| net.sf.mmm.util.resource.base |
Contains the base implementation of the
resource-API. |
| net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
| net.sf.mmm.util.xml.impl.stax |
Contains the implementation of the XML-Util API for StAX.
|
| Class and Description |
|---|
| FileItem
This is the interface for a
File. |
| Class and Description |
|---|
| FileItem
This is the interface for a
File. |
| Class and Description |
|---|
| FileItem
This is the interface for a
File. |
| Class and Description |
|---|
| EncodingUtil
This is the interface for a collection of utility functions to that help deal with encodings.
|
| Class and Description |
|---|
| StreamUtil
This is the interface for a collection of utility functions that help to deal with
InputStreams,
OutputStreams, Readers and Writers. |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| FileItem
This is the interface for a
File. |
| Class and Description |
|---|
| AsyncTransferrer
This is the interface for an async transferrer of streams or readers/writers.
|
| ByteArray
This is the interface for some object that holds a
byte-array together with a range where the
user of this interface may start and end reading in that array. |
| ByteBuffer
This is the interface for a buffer of bytes.
|
| ByteIterator
This is the interface for an
Iterator of byte -values. |
| ByteOrderMark
This type represents a Byte-Order-Mark (BOM) of an
Unicode-Transformation-Format (UTF).
|
| ByteProcessable
This is the interface for an object providing data represented as sequence of
bytes - typically some sort of
buffer. |
| ByteProcessor
This is a call back interface that allows efficient processing of byte-buffers.
|
| ByteProvider
This is an abstract interface for some object (typically some buffer) that provides bytes.
|
| DetectorInputStream
This is the interface for a
DetectorStream that wraps an InputStream. |
| DetectorOutputStream
This is the interface for a
DetectorStream that wraps an OutputStream. |
| DetectorStream
This is the abstract base interface for a container of a wrapped stream together with metadata that is detected while
streaming the data.
|
| DevNullSource
This is an implementation of
/dev/null as InputStream. |
| DevNullTarget
This is an implementation of
/dev/null as OutputStream. |
| DevZero
This is an implementation of
/dev/zero as InputStream. |
| EncodingDetectionReader
This class represents a
Reader that automatically detects an encoding while reading the data. |
| IoMode
This enum holds the possible modes of I/O.
|
| RuntimeIoException |
| TransferCallback
This is the callback interface used to receive the status of an
AsyncTransferrer. |
| Class and Description |
|---|
| ByteArray
This is the interface for some object that holds a
byte-array together with a range where the
user of this interface may start and end reading in that array. |
| ByteBuffer
This is the interface for a buffer of bytes.
|
| ByteIterator
This is the interface for an
Iterator of byte -values. |
| ByteProvider
This is an abstract interface for some object (typically some buffer) that provides bytes.
|
| ComposedByteBuffer
This is the interface of a
ByteBuffer that is internally composed out of multiple ByteArray s. |
| Class and Description |
|---|
| AsyncTransferrer
This is the interface for an async transferrer of streams or readers/writers.
|
| ByteArray
This is the interface for some object that holds a
byte-array together with a range where the
user of this interface may start and end reading in that array. |
| ByteOrderMark
This type represents a Byte-Order-Mark (BOM) of an
Unicode-Transformation-Format (UTF).
|
| ByteProcessor
This is a call back interface that allows efficient processing of byte-buffers.
|
| ByteProvider
This is an abstract interface for some object (typically some buffer) that provides bytes.
|
| DetectorInputStream
This is the interface for a
DetectorStream that wraps an InputStream. |
| DetectorOutputStream
This is the interface for a
DetectorStream that wraps an OutputStream. |
| DetectorStream
This is the abstract base interface for a container of a wrapped stream together with metadata that is detected while
streaming the data.
|
| DetectorStreamProvider
This is the interface of a service that provides
detector-streams. |
| EncodingDetectionReader
This class represents a
Reader that automatically detects an encoding while reading the data. |
| EncodingUtil
This is the interface for a collection of utility functions to that help deal with encodings.
|
| ProcessableByteArrayBuffer
This is the interface for a provider of data bytes (a
byte[] -Buffer) that is iterable
and processable. |
| RuntimeIoException |
| StreamUtil
This is the interface for a collection of utility functions that help to deal with
InputStreams,
OutputStreams, Readers and Writers. |
| TransferCallback
This is the callback interface used to receive the status of an
AsyncTransferrer. |
| Class and Description |
|---|
| ByteArray
This is the interface for some object that holds a
byte-array together with a range where the
user of this interface may start and end reading in that array. |
| ByteArrayBuffer
This is the interface for a byte[] buffer.
|
| ByteBuffer
This is the interface for a buffer of bytes.
|
| ByteIterator
This is the interface for an
Iterator of byte -values. |
| ByteProcessable
This is the interface for an object providing data represented as sequence of
bytes - typically some sort of
buffer. |
| ByteProcessor
This is a call back interface that allows efficient processing of byte-buffers.
|
| ByteProvider
This is an abstract interface for some object (typically some buffer) that provides bytes.
|
| ComposedByteBuffer
This is the interface of a
ByteBuffer that is internally composed out of multiple ByteArray s. |
| DetectorInputStream
This is the interface for a
DetectorStream that wraps an InputStream. |
| DetectorOutputStream
This is the interface for a
DetectorStream that wraps an OutputStream. |
| DetectorStream
This is the abstract base interface for a container of a wrapped stream together with metadata that is detected while
streaming the data.
|
| DetectorStreamProvider
This is the interface of a service that provides
detector-streams. |
| ProcessableByteArrayBuffer
This is the interface for a provider of data bytes (a
byte[] -Buffer) that is iterable
and processable. |
| Class and Description |
|---|
| EncodingUtil
This is the interface for a collection of utility functions to that help deal with encodings.
|
| StreamUtil
This is the interface for a collection of utility functions that help to deal with
InputStreams,
OutputStreams, Readers and Writers. |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| AsyncTransferrer
This is the interface for an async transferrer of streams or readers/writers.
|
| StreamUtil
This is the interface for a collection of utility functions that help to deal with
InputStreams,
OutputStreams, Readers and Writers. |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
| Class and Description |
|---|
| RuntimeIoException |
Copyright © 2001–2016 mmm-Team. All rights reserved.