net.sf.mmm.util.io.api.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-util-io Show documentation
Show all versions of mmm-util-io Show documentation
Utilities for input/output and streaming.
The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
/**
* Provides the API for utilities that help to read and write data, process bytes, etc.
* IO-Util API
Dealing with {@link java.io} is NOT an easy task. This package provides utilities that make it
* easier to deal with {@link java.io.InputStream}s, {@link java.io.OutputStream}s, {@link java.io.Reader}s and
* {@link java.io.Writer}s as well as handling encodings. If a method specifies that a stream is closed, this is
* guaranteed on success as well as in an exceptional state so your server-application does NOT run out of file-handles.
*
* NOTE:
* For high performance IO you should have a look at netty
* ATTENTION:
* The most types from this package have been moved from {@code mmm-util-core} (from 4.0.0 to 5.0.0) to
* {@code mmm-util-io} (1.0.0).
*/
package net.sf.mmm.util.io.api;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy