| Constructor and Description |
|---|
Headers(InputStream source,
String defaultContentTransferEncoding) |
Headers(List<String> headerLines,
String defaultContentTransferEncoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String s) |
void |
dumpHeaders(OutputStream outputStream) |
String |
getBoundary() |
String |
getContentTransferEncoding() |
String |
getContentType() |
Map<String,String> |
getContentTypeAttributes()
Return the a Map of the ContentType attributes and their values.
|
Iterator<String> |
getNames() |
String[] |
getValues(String header) |
boolean |
isEmpty() |
boolean |
isMultipart() |
Iterator<String> |
iterator()
Returns an iterator over a set of elements of type T.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Headers(InputStream source, String defaultContentTransferEncoding) throws IOException
IOExceptionpublic Map<String,String> getContentTypeAttributes()
public boolean isMultipart()
public String getBoundary()
public String getContentType()
public String getContentTransferEncoding()
public boolean isEmpty()
public boolean containsKey(String s)
public Iterator<String> iterator()
Iterablepublic void dumpHeaders(OutputStream outputStream) throws IOException
IOExceptionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.