a

activej-bytebuf

Fast and memory-efficient byte buffer, an optimized version of Java's ByteBuffer class. Useful for fast low-level I/O operations like working with files or transferring data over the internet.
Files download
File Operation
activej-bytebuf-3.0.2.jar download
activej-bytebuf-3.0.2.pom download
activej-bytebuf-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-bytebuf</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-bytebuf:3.0.2'
Gradle Kotlin
implementation("io.activej:activej-bytebuf:3.0.2")
Scala SBT
libraryDependencies += "io.activej" % "activej-bytebuf" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-bytebuf', version='3.0.2')
)
Apache Ivy
<dependency org="io.activej" name="activej-bytebuf" rev="3.0.2" />
Leiningen
[io.activej/activej-bytebuf "3.0.2"]
Apache Buildr
'io.activej:activej-bytebuf:jar:3.0.2'