protected static class MimeHelper.Token extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ATOM |
static int |
COMMENT |
static int |
EOF |
static int |
QUOTEDSTRING |
public static final int ATOM
public static final int COMMENT
public static final int EOF
public static final int QUOTEDSTRING
public Token(int type,
String value)
public int getType()
public String getValue()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.