Modifier and Type | Class and Description |
---|---|
static class |
HeaderCollection.KeysCollection |
Constructor and Description |
---|
HeaderCollection() |
HeaderCollection(HeaderCollection col) |
Modifier and Type | Method and Description |
---|---|
void |
add_(String name,
String value) |
void |
add(HeaderCollection c) |
void |
add(MimeHeader header)
Deprecated.
|
void |
add(String name,
String value) |
void |
clear() |
void |
copyTo(Object[] dest,
int index) |
String |
get_Item(int index) |
String |
get_Item(String name) |
String |
get(int index) |
String |
get(String name) |
String[] |
getAllKeys()
Gets an array of strings containing all header keys in collections
|
int |
getCount()
Gets a count of headers
|
String |
getKey(int index) |
HeaderCollection.KeysCollection |
getKeys()
Gets a
KeysCollection containing all header keys in collections
|
String[] |
getValues(String name) |
boolean |
hasKeys() |
boolean |
isSynchronized() |
Iterator |
iterator() |
void |
remove(String name) |
void |
set_Item(String name,
String value) |
void |
set(String name,
String value) |
public HeaderCollection(HeaderCollection col)
public HeaderCollection()
public String[] getAllKeys()
Gets an array of strings containing all header keys in collections
public HeaderCollection.KeysCollection getKeys()
Gets a KeysCollection
containing all header keys in collections
public int getCount()
Gets a count of headers
public boolean isSynchronized()
public String get_Item(int index)
public void clear()
public String getKey(int index)
public String get(int index)
public void add(HeaderCollection c)
@Deprecated public void add(MimeHeader header)
public void copyTo(Object[] dest, int index)
public boolean hasKeys()
public void remove(String name)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.