Package nl.vpro.util

Class Copier

java.lang.Object
nl.vpro.util.Copier
All Implemented Interfaces:
Closeable, AutoCloseable, Runnable

public class Copier extends Object implements Runnable, Closeable
Can be used to copy an InputStream to an OutputStream in a stand alone thread. Used by FileCachingInputStream.
Since:
3.1
Author:
Michiel Meeuwissen