Package com.invirgance.convirgance.source
package com.invirgance.convirgance.source
Provides abstraction for reading raw data from a variety of input sources such
as URLs, files, classpaths, and byte arrays
- See Also:
-
ClassDescriptionA Source implementation that provides stream access to a byte arrayA Source implementation that loads resources from the classpath.Provides access to an underlying file resourceA Source implementation that wraps an InputStream and provides one-time access to it.Abstracts away access to an on-demand InputStream over a given resource.Retrieve data from a resource identified by a URL.