javax.activation
Class MimeTypeParameterList.RFC2045Parser

java.lang.Object
javax.activation.MimeTypeParameterList.RFC2045Parser
- Enclosing class:
- MimeTypeParameterList
- private static class MimeTypeParameterList.RFC2045Parser
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private final java.lang.String text
index
private int index
MimeTypeParameterList.RFC2045Parser
private MimeTypeParameterList.RFC2045Parser(java.lang.String text)
hasMoreParams
private boolean hasMoreParams()
throws MimeTypeParseException
- Look the next ";" to start a parameter (skipping whitespace)
expectAttribute
private java.lang.String expectAttribute()
throws MimeTypeParseException
expectEquals
private void expectEquals()
throws MimeTypeParseException
expectValue
private java.lang.String expectValue()
throws MimeTypeParseException