All Packages This Package Class Hierarchy Class Search Index
Class grendel.mime.parser.MimeLeaf
java.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
decoder
MimeEncoder decoder
decoded
ByteBuf decoded
Constructors
MimeLeaf
public MimeLeaf(String content_type, InternetHeaders headers)
Methods
children
public Enumeration children()
- Overrides:
- children in class MimeObject
pushBytes
public void pushBytes(ByteBuf buffer)
- Overrides:
- pushBytes in class MimeObject
pushEOF
public void pushEOF()
- Overrides:
- pushEOF in class MimeObject
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4