Registry / serialization / scodec-bits-2-11

scodec-bits-2-11

JSON →
library1.1.34javamavenunverified

Scala library providing bit-level data structures and operations for binary encoding/decoding.

<dependency> <groupId>org.scodec</groupId> <artifactId>scodec-bits_2.11</artifactId> <version>1.1.34</version> </dependency>
INSTALL
IMPORT
SIG · SCODEC-BITS-2-11
S
scodec-bits-2-11
serializationjavav1.1.34
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BitVector
scodec.bits.BitVector

Creates a BitVector from bytes.

import scodec.bits.BitVector; object Example { def main(args: Array[String]): Unit = { val bits = BitVector(0x0a, 0x0b) println(bits) } }
Debug
Known issues
breakingScala 2.11 version; newer Scala versions require different artifact.
fix
Use scodec-bits_2.12 or 2.13 for newer Scala.
affects: >=1.1.34
Upgrade
Version history
1.1.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scodec-bits-2-11 — mvn dependency:get scodec-bits-2-11 · libregistry