Package apple.foundation.enums
Class NSDataBase64EncodingOptions
- java.lang.Object
-
- apple.foundation.enums.NSDataBase64EncodingOptions
-
public final class NSDataBase64EncodingOptions extends java.lang.ObjectBase 64 Options ***************
-
-
Field Summary
Fields Modifier and Type Field Description static longEncoding64CharacterLineLengthUse zero or one of the following to control the maximum line length after which a line ending is inserted.static longEncoding76CharacterLineLengthUse zero or one of the following to control the maximum line length after which a line ending is inserted.static longEncodingEndLineWithCarriageReturnUse zero or more of the following to specify which kind of line ending is inserted.static longEncodingEndLineWithLineFeedUse zero or more of the following to specify which kind of line ending is inserted.
-
-
-
Field Detail
-
Encoding64CharacterLineLength
public static final long Encoding64CharacterLineLength
Use zero or one of the following to control the maximum line length after which a line ending is inserted. No line endings are inserted by default.- See Also:
- Constant Field Values
-
Encoding76CharacterLineLength
public static final long Encoding76CharacterLineLength
Use zero or one of the following to control the maximum line length after which a line ending is inserted. No line endings are inserted by default.- See Also:
- Constant Field Values
-
EncodingEndLineWithCarriageReturn
public static final long EncodingEndLineWithCarriageReturn
Use zero or more of the following to specify which kind of line ending is inserted. The default line ending is CR LF.- See Also:
- Constant Field Values
-
EncodingEndLineWithLineFeed
public static final long EncodingEndLineWithLineFeed
Use zero or more of the following to specify which kind of line ending is inserted. The default line ending is CR LF.- See Also:
- Constant Field Values
-
-