jar

net.dryuf : dryuf-bigio

Maven & Gradle

Mar 30, 2022
0 stars

Dryuf BigIo framework · Dryuf BigIo is stateless, unlimited IO framework, solving few design problems of original JDK. It mainly provides three 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. BigIo also provides committable objects, allowing marking the object as completed or incomplete, so it correctly results into success or exception on receiving side.

Table Of Contents

Latest Version

Download net.dryuf : dryuf-bigio JAR file - Latest Versions:

All Versions

Download net.dryuf : dryuf-bigio JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dryuf-bigio-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.dryuf.bigio.socket

├─ net.dryuf.bigio.socket.SocketCommittableOutputStream.class - [JAR]

net.dryuf.bigio.file

├─ net.dryuf.bigio.file.CompositeMappedFlatBuffer.class - [JAR]

├─ net.dryuf.bigio.file.FileChannelFlatChannel.class - [JAR]

net.dryuf.bigio.memory

├─ net.dryuf.bigio.memory.BytesFlatChannel.class - [JAR]

net.dryuf.bigio

├─ net.dryuf.bigio.AbstractDelegatingFlatBuffer.class - [JAR]

├─ net.dryuf.bigio.AbstractFlatBuffer.class - [JAR]

├─ net.dryuf.bigio.Committable.class - [JAR]

├─ net.dryuf.bigio.Endian.class - [JAR]

├─ net.dryuf.bigio.FlatBuffer.class - [JAR]

├─ net.dryuf.bigio.FlatChannel.class - [JAR]

├─ net.dryuf.bigio.FlatChannels.class - [JAR]

├─ net.dryuf.bigio.MappedFlatBuffer.class - [JAR]

├─ net.dryuf.bigio.SubFlatBuffer.class - [JAR]

├─ net.dryuf.bigio.SwappedBytesFlatBuffer.class - [JAR]

net.dryuf.bigio.seekable

├─ net.dryuf.bigio.seekable.SeekableChannelFlatChannel.class - [JAR]

net.dryuf.bigio.iostream

├─ net.dryuf.bigio.iostream.CommittableOutputStream.class - [JAR]

├─ net.dryuf.bigio.iostream.FilterCommittableOutputStream.class - [JAR]

├─ net.dryuf.bigio.iostream.LinedInputMultiStream.class - [JAR]

├─ net.dryuf.bigio.iostream.MultiStream.class - [JAR]

Advertisement