DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download net.dryuf : dryuf-bigio Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file dryuf-bigio-1.1.0-javadoc.jar to dryuf-bigio-1.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder dryuf-bigio-1.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "dryuf-bigio-1.1.0-sources.jar" -d "dryuf-bigio-1.1.0-javadoc" -subpackages 

Advertisement