Class NSDataBase64DecodingOptions


  • public final class NSDataBase64DecodingOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long NSDataBase64DecodingIgnoreUnknownCharacters
      Use the following option to modify the decoding algorithm so that it ignores unknown non-Base64 bytes, including line ending characters.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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