~jd-team/jdownloader/appwork-utils

Viewing all changes in revision 3218.

  • Committer: daniel
  • Date: 2019-01-29 18:00:20 UTC
  • Revision ID: svn-v4:21714237-3853-44ef-a1f0-ef8f03a7d1fe::3217
URLEncode:
-refactored methods with CharSequence signature to avoid for example StringBuilder to String conversion
-added methods with String signature
IO:
-removed obsolete IOErrorHandler, made deprecated
-added static inner interface WriteToFileCallback
-updated methods to use WriteToFileCallback interface

WriteToFileCallback:
-interface to provide callback for writeToFile and secureWrite methods
-can be used to avoid object->byte[] conversion by direct access to outputstream

JSonStorage:
-added createCipherOutputStream
-removed encryptByteArray
-updated saveTo to make use of WriteToFileCallback and createCipherOutputStream

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: