Class Headers
java.lang.Object
org.bouncycastle.mime.Headers
-
Constructor Summary
ConstructorsConstructorDescriptionHeaders(InputStream source, String defaultContentTransferEncoding) Create specifying content type header value and default content transfer encoding. -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoiddumpHeaders(OutputStream outputStream) Return the a Map of the ContentType attributes and their values.getNames()String[]booleanisEmpty()booleaniterator()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
Headers
-
Headers
- Throws:
IOException
-
Headers
-
-
Method Details
-
getContentTypeAttributes
-
isMultipart
public boolean isMultipart() -
getBoundary
-
getContentType
-
getContentTransferEncoding
-
getNames
-
getValues
-
isEmpty
public boolean isEmpty() -
containsKey
-
iterator
-
dumpHeaders
- Throws:
IOException
-