All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.www.mime.MimeParser
protected int chinput
protected InputStream inputbuffer
protected byte buffer[]bsize
protected int bsizefactory
protected MimeParserFactory factory
public MimeParser(InputStream input, MimeParserFactory factory)
protected void expect(int car) throws MimeParserException, IOExceptionskipSpaces
protected void skipSpaces() throws MimeParserException, IOExceptionappend
protected final void append(int c)parse822HeaderName
protected String parse822HeaderName() throws MimeParserException, IOExceptionparse822HeaderBody
protected void parse822HeaderBody() throws MimeParserException, IOExceptionparseToken
protected String parseToken(boolean lower) throws MimeParserException, IOExceptionparse822Headers
protected void parse822Headers(MimeHeaderHolder msg) throws MimeParserException, IOExceptionparse
public MimeHeaderHolder parse() throws MimeParserException, IOExceptionread
public int read() throws IOExceptionunread
public void unread(int ch)getInputStream
public InputStream getInputStream()
parse
, this input stream contains exactly
the body of the message.
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index