The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.mime.parser.MimeLeaf
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
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.