NSDataBase64Encoding64CharacterLineLength
Set the maximum line length to 64 characters, after which a line ending is inserted.
最大行幅を64文字に設定します、それの後に行終始が挿入されます。
NSDataBase64Encoding76CharacterLineLength
Set the maximum line length to 76 characters, after which a line ending is inserted.
最大行幅を76文字に設定します、それの後に行終始が挿入されます。
NSDataBase64EncodingEndLineWithCarriageReturn
When a maximum line length is set, specify that the line ending to insert should include a carriage return.
最大行幅が設定される場合、挿入する行終始はキャリッジリターンを含むべきであることを指定します。
NSDataBase64EncodingEndLineWithLineFeed
When a maximum line length is set, specify that the line ending to insert should include a line feed.
最大行幅が設定される場合、挿入する行終始はラインフィードを含むべきであることを指定します。