tuweni / org.apache.tuweni.io

Package org.apache.tuweni.io

Classes and utilities for handling file and network IO.

These classes are included in the complete Tuweni distribution, or separately when using the gradle dependency org.apache.tuweni:tuweni-io (tuweni-io.jar).

Types

Base32

class Base32

Utility methods for encoding and decoding base32 strings.

Base64

class Base64

Utility methods for encoding and decoding base64 strings.

Base64URLSafe

class Base64URLSafe

Utility methods for encoding and decoding base64 URL safe strings.

IOConsumer

interface IOConsumer<T : Any>

Represents an operation that accepts a single input argument and returns no result.

Resources

class Resources

Methods for resolving resources. Supports recursive discovery and glob matching on the filesystem and in jar archives.

Streams

class Streams

Utilities for working with streams.