Uses of Package
net.sf.mmm.util.io.api

Packages that use net.sf.mmm.util.io.api
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.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.nls.api Provides the API for the native language support (NLS). 
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. 
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.cli.api
StreamUtil
          This is the interface for a collection of utility functions that help to deal with InputStreams, OutputStreams, Readers and Writers.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.file.api
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.io.api
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
          A RuntimeIoException is like an IOException but as a RuntimeException.
TransferCallback
          This is the callback interface used to receive the status of an AsyncTransferrer.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.io.api.spi
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 ByteArrays.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.io.base
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
          A RuntimeIoException is like an IOException but as a RuntimeException.
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.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.io.impl
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 ByteArrays.
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.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.nls.api
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.nls.base
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
StreamUtil
          This is the interface for a collection of utility functions that help to deal with InputStreams, OutputStreams, Readers and Writers.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.process.base
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.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.reflect.api
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.reflect.base
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.resource.api
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.resource.base
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 

Classes in net.sf.mmm.util.io.api used by net.sf.mmm.util.xml.api
RuntimeIoException
          A RuntimeIoException is like an IOException but as a RuntimeException.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.