Skip to content

Basic Linux IO utilities for java through JNA

License

Notifications You must be signed in to change notification settings

Kynetics/linux-io.java

 
 

Repository files navigation

Linux-IO

Maven Central

jJavadoc

Sometimes, for instance when interacting with hardware, native IO is needed and Java does not provide much for doing so because the JVM aims to be platform-independant. This library builds upon linux-common in order to provide basic utilities such as opening and R/W a file or performing ioctl calls through Java Native Access on a Linux system.

More precisely, it offers a few utililities like open and ioctl from LibC.

It serves as a foundations for more useful libraries such as:

Usage

Everything is described in the javadoc.

License

Copyright © 2018 Adam Helinski

Licensed under the term of the Mozilla Public License 2.0, see LICENSE.

About

Basic Linux IO utilities for java through JNA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.7%
  • Shell 9.3%