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