Interface Resource

All Superinterfaces:
AutoCloseable

@DoNotStore public interface Resource extends AutoCloseable
A resource can represent any kind of loaded data. It can be a file on the filesystem, a network location, or even generated at runtime. Use inputStream() to retrieve the data.