Class NSDataBase64EncodingOptions


  • public final class NSDataBase64EncodingOptions
    extends java.lang.Object
    Base 64 Options ***************
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

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