protected class MimeHeaders.ValuesEnumerator
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected MessageBytes |
next |
protected int |
pos |
protected int |
size |
| Modifier | Constructor and Description |
|---|---|
protected |
MimeHeaders.ValuesEnumerator(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
protected int pos
protected int size
protected MessageBytes next
protected java.lang.String name