Easy-nio 1.0.0

Released under the EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0

A collection of clojure wrappers around java.nio facilities.

Installation

To install, add the following dependency to your project or build file:

[net.clojars.sorrop/easy-nio "1.0.0"]

Topics

Namespaces

easy-nio.buffer

Wrapper around java.nio.ByteBuffer.

easy-nio.channel

Wrapper around java.nio.channels for non-blocking network I/O.

easy-nio.file

Wrapper around java.nio.channels.FileChannel.

easy-nio.protocols

Public variables and functions:

easy-nio.selector

Wrapper around java.nio.channels.Selector.