is not current version
Last Version 1.1.0

Dryuf BigIo framework 1.0.0

Dryuf BigIo is stateless, unlimited IO framework, solving few design problems of original JDK. It mainly provides two things - FlatBuffer with 64-bit address space and being stateless. Additionally, it provides FlatChannel interface and few implementations - providing the arbitrary reads and writes from chosen position. This is implemented only in FileChannel in NIO so this interface makes it easier to provide those stateless reads and writes on virtual channels too.

License

License

Categories

Categories

Net
GroupId

GroupId

net.dryuf
ArtifactId

ArtifactId

dryuf-bigio
Version

Version

1.0.0
Type

Type

jar
Description

Description

Dryuf BigIo framework
Dryuf BigIo is stateless, unlimited IO framework, solving few design problems of original JDK. It mainly provides two things - FlatBuffer with 64-bit address space and being stateless. Additionally, it provides FlatChannel interface and few implementations - providing the arbitrary reads and writes from chosen position. This is implemented only in FileChannel in NIO so this interface makes it easier to provide those stateless reads and writes on virtual channels too.
Project URL

Project URL

https://github.com/dryuf/dryuf-bigio
Source Code Management

Source Code Management

https://github.com/dryuf/dryuf-bigio.git

Download dryuf-bigio 1.0.0


<!-- https://jarcasting.com/artifacts/net.dryuf/dryuf-bigio/ -->
<dependency>
    <groupId>net.dryuf</groupId>
    <artifactId>dryuf-bigio</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.dryuf/dryuf-bigio/
implementation 'net.dryuf:dryuf-bigio:1.0.0'
// https://jarcasting.com/artifacts/net.dryuf/dryuf-bigio/
implementation ("net.dryuf:dryuf-bigio:1.0.0")
'net.dryuf:dryuf-bigio:jar:1.0.0'
<dependency org="net.dryuf" name="dryuf-bigio" rev="1.0.0">
  <artifact name="dryuf-bigio" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dryuf', module='dryuf-bigio', version='1.0.0')
)
libraryDependencies += "net.dryuf" % "dryuf-bigio" % "1.0.0"
[net.dryuf/dryuf-bigio "1.0.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.16

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.11

Project Modules

There are no modules declared in this project.