Source: openhft-chronicle-bytes Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 9), default-jdk, junit4, libintellij-annotations-java, libmaven-bundle-plugin-java, libmockito-java, libopenhft-chronicle-core-java, libslf4j-java, libsnappy-java, maven-debian-helper (>= 2.1) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/openhft-chronicle-bytes.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openhft-chronicle-bytes.git Homepage: https://github.com/OpenHFT/Chronicle-Bytes Package: libopenhft-chronicle-bytes-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: ${maven:OptionalDepends} Description: OpenHFT byte buffer library Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some extensions. It's build on Chronicle Core's direct memory and OS system call access and contains all the low level memory access wrappers. The API supports: * 64-bit sizes * UTF-8 and ISO-8859-1 encoded strings. * thread safe off heap memory operations. * deterministic release of resources via reference counting. * compressed data types such as stop bit encoding. * elastic ByteBuffer wrappers which resize as required. * parsing text and writing text directly to off heap bytes.