Documentation.

This commit is contained in:
Harald Kuhr 2016-07-01 16:00:35 +02:00
parent 7efd5ca0d8
commit 6673bb3536

View File

@ -5,7 +5,8 @@ import javax.imageio.stream.ImageOutputStreamImpl;
import java.io.IOException;
/**
* SubImageOutputStream.
* ImageInputStream that writes through a delegate, but keeps local position and bit offset.
* Note: Flushing or closing this stream will *not* have an effect on the delegate.
*
* @author <a href="mailto:harald.kuhr@gmail.com">Harald Kuhr</a>
* @author last modified by $Author: harald.kuhr$