Skip to content

ph-commons 9.1.7

Choose a tag to compare

@phax phax released this 15 Oct 19:46
· 1474 commits to master since this release
  • Added new class IdentityByteArrayCodec
  • Added new classes MacInputStream and MacOutputStream
  • Deprecated some JSON APIs with byte, short and float
  • Overloaded WrappedOutputStream.write (byte[],int,int) for quicker pass-through. Please ensure that all derived classes also overload this method.
  • JSONValue handling for long values in the int range was changed to store int internally. This improves testability independent of the value range.
  • Added new StringHelper.contains(Any|No|Only) methods for CharSequence and String objects