- NetAgent cleanup
- Removed partial write notification support
- Renamed ByteArrayList to ArrayByteList
- ArrayByteList.replace methods now take params (from, to) instead of (from, length)
- added ArrayByteList methods: indexOf, findReplace, rotate, binarySearch, hashCode, add(InputStream), add(ReadableByteChannel), asOutputStream, serialization
|