Package apple.foundation.enums
Class NSDataBase64DecodingOptions
- java.lang.Object
-
- apple.foundation.enums.NSDataBase64DecodingOptions
-
public final class NSDataBase64DecodingOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNSDataBase64DecodingIgnoreUnknownCharactersUse the following option to modify the decoding algorithm so that it ignores unknown non-Base64 bytes, including line ending characters.
-
-
-
Field Detail
-
NSDataBase64DecodingIgnoreUnknownCharacters
public static final long NSDataBase64DecodingIgnoreUnknownCharacters
Use the following option to modify the decoding algorithm so that it ignores unknown non-Base64 bytes, including line ending characters.- See Also:
- Constant Field Values
-
-