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