All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.www.mime.MimeParser
protected int ch
protected InputStream input
protected byte buffer[]
protected int bsize
protected MimeParserFactory factory
public MimeParser(InputStream input, MimeParserFactory factory)
protected void expect(int car) throws MimeParserException, IOException
protected void skipSpaces() throws MimeParserException, IOException
protected final void append(int c)
protected String parse822HeaderName() throws MimeParserException, IOException
protected void parse822HeaderBody() throws MimeParserException, IOException
protected String parseToken(boolean lower) throws MimeParserException, IOException
protected void parse822Headers(MimeHeaderHolder msg) throws MimeParserException, IOException
public MimeHeaderHolder parse() throws MimeParserException, IOException
public int read() throws IOException
public void unread(int ch)
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