Package | Description |
---|---|
com.hcl.domino.mime |
Modifier and Type | Method and Description |
---|---|
MimeEntity.Encoding |
MimeEntity.getEncoding() |
static MimeEntity.Encoding |
MimeEntity.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeEntity.Encoding[] |
MimeEntity.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MimeEntity.setContent(InputStream is,
MimeEntity.Encoding encoding)
Sets the content of the MIME entity from the provided
InputStream , applying
the requested storage encoding. |
Copyright © 2019–2021 HCL. All rights reserved.