public final class NSDataBase64EncodingOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Encoding64CharacterLineLength
Use zero or one of the following to control the maximum line length after which a line ending is inserted.
|
static long |
Encoding76CharacterLineLength
Use zero or one of the following to control the maximum line length after which a line ending is inserted.
|
static long |
EncodingEndLineWithCarriageReturn
Use zero or more of the following to specify which kind of line ending is inserted.
|
static long |
EncodingEndLineWithLineFeed
Use zero or more of the following to specify which kind of line ending is inserted.
|
public static final long Encoding64CharacterLineLength
public static final long Encoding76CharacterLineLength
public static final long EncodingEndLineWithCarriageReturn
public static final long EncodingEndLineWithLineFeed