tuweni / org.apache.tuweni.io

Package org.apache.tuweni.io

Types

Base32

Utility methods for encoding and decoding base32 strings.

class Base32

Base58

Utility methods for encoding and decoding base58 strings.

class Base58

Base64

Utility methods for encoding and decoding base64 strings.

class Base64

Base64URLSafe

Utility methods for encoding and decoding base64 URL safe strings.

class Base64URLSafe

IOConsumer

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

interface IOConsumer<T : Any!>

Resources

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

class Resources

Streams

Utilities for working with streams.

class Streams