![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.parser.MimeLeafjava.lang.Object | +----grendel.mime.parser.MimeObject | +----grendel.mime.parser.MimeLeaf This abstract class represents the parsers for all MIME objects which are not containers for other MIME objects. The implication of this is that they are MIME types which can have Content-Transfer-Encodings applied to their data.
See Also: MimeContainer
class MimeLeaf
extends grendel.mime.parser.MimeObject
{
// Fields 2
ByteBuf decoded;
MimeEncoder decoder;
// Constructors 1
public MimeLeaf(String, InternetHeaders);
// Methods 3
public Enumeration children();
public void pushBytes(ByteBuf);
public void pushEOF();
}
Fields decoderMimeEncoder decoder decodedByteBuf decoded
Constructors MimeLeafpublic MimeLeaf(String content_type, InternetHeaders headers) Methods childrenpublic Enumeration children()
pushBytespublic void pushBytes(ByteBuf buffer)
pushEOFpublic void pushEOF()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||