B C D E G I M N S U

B

base64 - Variable in class com.beetstra.jutf7.UTF7StyleCharset
 
Base64Util - Class in com.beetstra.jutf7
Represent a base 64 mapping.
Base64Util(String) - Constructor for class com.beetstra.jutf7.Base64Util
Initializes the class with the specified encoding/decoding alphabet.

C

canEncodeDirectly(char) - Method in class com.beetstra.jutf7.ModifiedUTF7Charset
 
canEncodeDirectly(char) - Method in class com.beetstra.jutf7.UTF7Charset
 
canEncodeDirectly(char) - Method in class com.beetstra.jutf7.UTF7StyleCharset
Tells if a character can be encoded using simple (US-ASCII) encoding or requires base 64 encoding.
charsetForName(String) - Method in class com.beetstra.jutf7.CharsetProvider
CharsetProvider - Class in com.beetstra.jutf7
Charset service-provider class used for both variants of the UTF-7 charset and the modified-UTF-7 charset.
CharsetProvider() - Constructor for class com.beetstra.jutf7.CharsetProvider
 
charsets() - Method in class com.beetstra.jutf7.CharsetProvider
com.beetstra.jutf7 - package com.beetstra.jutf7
 
contains(char) - Method in class com.beetstra.jutf7.Base64Util
Tells whether the alphabet contains the specified character.
contains(Charset) - Method in class com.beetstra.jutf7.UTF7StyleCharset
 

D

decodeLoop(ByteBuffer, CharBuffer) - Method in class com.beetstra.jutf7.UTF7StyleCharsetDecoder
 
directlyEncoded - Variable in class com.beetstra.jutf7.UTF7Charset
 

E

encodeLoop(CharBuffer, ByteBuffer) - Method in class com.beetstra.jutf7.UTF7StyleCharsetEncoder
Note that this method might return CoderResult.OVERFLOW, even though there is sufficient space available in the output buffer.

G

getChar(int) - Method in class com.beetstra.jutf7.Base64Util
Encodes the six bit group as a character.
getSextet(byte) - Method in class com.beetstra.jutf7.Base64Util
Returns the integer value of the six bits represented by the specified character.

I

implFlush(CharBuffer) - Method in class com.beetstra.jutf7.UTF7StyleCharsetDecoder
 
implFlush(ByteBuffer) - Method in class com.beetstra.jutf7.UTF7StyleCharsetEncoder
Note that this method might return CoderResult.OVERFLOW (as is required by the specification) if insufficient space is available in the output buffer.
implReset() - Method in class com.beetstra.jutf7.UTF7StyleCharsetDecoder
 
implReset() - Method in class com.beetstra.jutf7.UTF7StyleCharsetEncoder
 

M

main(String[]) - Static method in class com.beetstra.jutf7.CharsetProvider
 
ModifiedUTF7Charset - Class in com.beetstra.jutf7
The character set specified in RFC 3501 to use for IMAP4rev1 mailbox name encoding.
ModifiedUTF7Charset(String, String[]) - Constructor for class com.beetstra.jutf7.ModifiedUTF7Charset
 

N

newDecoder() - Method in class com.beetstra.jutf7.UTF7StyleCharset
 
newEncoder() - Method in class com.beetstra.jutf7.UTF7StyleCharset
 

S

shift() - Method in class com.beetstra.jutf7.ModifiedUTF7Charset
 
shift() - Method in class com.beetstra.jutf7.UTF7Charset
 
shift() - Method in class com.beetstra.jutf7.UTF7StyleCharset
Returns character used to switch to base 64 encoding.
strict - Variable in class com.beetstra.jutf7.UTF7StyleCharset
 

U

unshift() - Method in class com.beetstra.jutf7.ModifiedUTF7Charset
 
unshift() - Method in class com.beetstra.jutf7.UTF7Charset
 
unshift() - Method in class com.beetstra.jutf7.UTF7StyleCharset
Returns character used to switch from base 64 encoding to simple encoding.
useUglyHackToForceCallToFlushInJava5 - Static variable in class com.beetstra.jutf7.UTF7StyleCharsetEncoder
 
UTF7Charset - Class in com.beetstra.jutf7
The character set specified in RFC 2152.
UTF7Charset(String, String[], boolean) - Constructor for class com.beetstra.jutf7.UTF7Charset
 
UTF7StyleCharset - Class in com.beetstra.jutf7
Abstract base class for UTF-7 style encoding and decoding.
UTF7StyleCharset(String, String[], String, boolean) - Constructor for class com.beetstra.jutf7.UTF7StyleCharset
Besides the name and aliases, two additional parameters are required.
UTF7StyleCharsetDecoder - Class in com.beetstra.jutf7
The CharsetDecoder used to decode both variants of the UTF-7 charset and the modified-UTF-7 charset.
UTF7StyleCharsetDecoder(UTF7StyleCharset, Base64Util, boolean) - Constructor for class com.beetstra.jutf7.UTF7StyleCharsetDecoder
 
UTF7StyleCharsetEncoder - Class in com.beetstra.jutf7
The CharsetEncoder used to encode both variants of the UTF-7 charset and the modified-UTF-7 charset.
UTF7StyleCharsetEncoder(UTF7StyleCharset, Base64Util, boolean) - Constructor for class com.beetstra.jutf7.UTF7StyleCharsetEncoder
 

B C D E G I M N S U

Copyright © 2008 sourceforge. All Rights Reserved.