Skip to content
/ nio Public

Java NIO based DataInputStream and DataOutputStream

Notifications You must be signed in to change notification settings

mhae/nio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 0.1

This project provides DataInputStream and DataOutputStream classes for highly efficient socket communication based on NIO and direct ByteBuffers.

Using NIO and direct ByteBuffers is significantly faster than the old pre-Java 1.5 socket classes. Thanks to direct buffers, the reading and writing of primitives is much faster than the non-direct versions.

-- Michael Haeuptle

About

Java NIO based DataInputStream and DataOutputStream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages