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. |