You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4