Package io.micronaut.core.io
Micronaut core input/output.
- Since:
- 1.0
-
Interface Summary Interface Description Readable Abstraction overFile
andURL
based I/O.ResourceLoader Basic abstraction over resource loading.Streamable Interface for types that can be written to anOutputStream
.Writable An interface for classes to implement that are capable of writing themselves to aWriter
-
Class Summary Class Description IOUtils Utility methods for I/O operations.ResourceResolver Resolves resources from a set ofResourceLoader
instances.