public abstract class MimeWriter extends Object
Modifier | Constructor and Description |
---|---|
protected |
MimeWriter(Headers headers) |
Modifier and Type | Method and Description |
---|---|
abstract OutputStream |
getContentStream() |
Headers |
getHeaders() |
protected static List<String> |
mapToLines(Map<String,String> headers) |
protected final Headers headers
protected MimeWriter(Headers headers)
public Headers getHeaders()
public abstract OutputStream getContentStream() throws IOException
IOException
Copyright © 2021 BouncyCastle.org. All rights reserved.