![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.HeaderCharsetDecoderjava.lang.Object | +----grendel.mime.HeaderCharsetDecoder This class knows how to convert Unicode to and from the MIME encoding defined in RFC 2047.
class HeaderCharsetDecoder
extends java.lang.Object
{
// Fields 1
static HeaderCharsetDecoder decoder;
// Constructors 1
private HeaderCharsetDecoder();
// Methods 3
public static HeaderCharsetDecoder Get();
public void mimeToUnicode(ByteBuf, StringBuffer, boolean);
public void unicodeToMime(String, ByteBuf, boolean);
}
Fields decoderstatic HeaderCharsetDecoder decoder
Constructors HeaderCharsetDecoderprivate HeaderCharsetDecoder() Methods Getpublic static HeaderCharsetDecoder Get() mimeToUnicodepublic void mimeToUnicode(ByteBuf in, StringBuffer out, boolean tokenizable_p)
unicodeToMimepublic void unicodeToMime(String in, ByteBuf out, boolean tokenizable_p) All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|||||||||||||||
| Copyright © 1998-1999 The Mozilla Organization. | |||||||||||||||