Home | History | Annotate | Download | only in jutf7

Lines Matching refs:charset

29 import java.nio.charset.CharsetEncoder;

30 import java.nio.charset.CoderResult;
34 * The CharsetEncoder used to encode both variants of the UTF-7 charset and the
35 * modified-UTF-7 charset.
41 * {@link java.nio.charset.CharsetEncoder#encode(CharBuffer)}. Unfortunately,
79 * @see java.nio.charset.CharsetEncoder#implReset()
94 * {@link java.nio.charset.CharsetEncoder#flush(ByteBuffer)} causing it to
122 * {@link java.nio.charset.CharsetEncoder#encode(CharBuffer)} to call flush
160 * earlier into flushing when using Charset.encode(String),
161 * Charset.encode(CharBuffer) or CharsetEncoder.encode(CharBuffer)