Package com.invirgance.convirgance.target


package com.invirgance.convirgance.target
Provides abstraction for writing raw data to a variety of output targets such as files, classpaths, and byte arrays
See Also:
  • Class
    Description
    A Target that writes the data to a memory buffer.
    Provides write access to an underlying file resource.
    A Target implementation that wraps an OutputStream and provides one-time access to it
    Abstracts away access to an on-demand OutputStream over a given resource.