uk.org.retep.util.nio.charset.package-info Maven / Gradle / Ivy
/**
* An alternate implementation of {@link java.nio.charset.Charset}.
*
*
* This API is more appropriate for parsing data from
* {@link java.nio.ByteBuffer} when the content being decoded may not be
* complete due to the data still in transit from a remote source.
*
*
*
* This is used primarily by the NioSax api for supporting both Charset's and
* partial content.
*
*
*/
package uk.org.retep.util.nio.charset;