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:
  • Class
    Description
    A Source implementation that provides stream access to a byte array
    A Source implementation that loads resources from the classpath.
    Provides access to an underlying file resource
    A 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.