![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.html.MimeMultipartAlternativeOperatorjava.lang.Object | +----grendel.mime.html.MimeHTMLOperator | +----grendel.mime.html.MimeMultipartAlternativeOperator This class converts the multipart/alternative MIME type to HTML, by buffering the sub-parts and extracting the most appropriate one.
class MimeMultipartAlternativeOperator
extends grendel.mime.html.MimeHTMLOperator
{
// Fields 5
IMimeOperator current_child;
ByteBuf current_output_buffer;
boolean done;
IMimeObject saved_child;
ByteBuf saved_output_buffer;
// Constructors 1
MimeMultipartAlternativeOperator(IMimeObject, PrintStream);
// Methods 4
private void closeOpenChild();
public IMimeOperator createChild(IMimeObject);
public void pushBytes(ByteBuf);
public void pushEOF();
}
Fields doneboolean done saved_childIMimeObject saved_child current_childIMimeOperator current_child saved_output_bufferByteBuf saved_output_buffer current_output_bufferByteBuf current_output_buffer
Constructors MimeMultipartAlternativeOperatorMimeMultipartAlternativeOperator(IMimeObject object, PrintStream out) Methods closeOpenChildprivate void closeOpenChild() createChildpublic IMimeOperator createChild(IMimeObject obj)
pushEOFpublic void pushEOF() pushBytespublic void pushBytes(ByteBuf b) 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.
Last modified December 25, 1998. |
|