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
).
class Base32
Utility methods for encoding and decoding base32 strings. |
|
class Base64
Utility methods for encoding and decoding base64 strings. |
|
class Base64URLSafe
Utility methods for encoding and decoding base64 URL safe strings. |
|
interface IOConsumer<T : Any>
Represents an operation that accepts a single input argument and returns no result. |
|
class Resources
Methods for resolving resources. Supports recursive discovery and glob matching on the filesystem and in jar archives. |
|
class Streams
Utilities for working with streams. |