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-5.0-beta1.jar download
activej-bytebuf-5.0-beta1.pom download
activej-bytebuf-5.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-bytebuf</artifactId>
  <version>5.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-bytebuf:5.0-beta1'
Gradle Kotlin
implementation("io.activej:activej-bytebuf:5.0-beta1")
Scala SBT
libraryDependencies += "io.activej" % "activej-bytebuf" % "5.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-bytebuf', version='5.0-beta1')
)
Apache Ivy
<dependency org="io.activej" name="activej-bytebuf" rev="5.0-beta1" />
Leiningen
[io.activej/activej-bytebuf "5.0-beta1"]
Apache Buildr
'io.activej:activej-bytebuf:jar:5.0-beta1'