org.zkoss.io
Interface Repeatable

All Known Implementing Classes:
RepeatableInputStream, RepeatableReader

public interface Repeatable

Used to decorate java.io.InputStream or java.io.Reader to denote that it can be read repeatedly. By repeatable-read we meaen, after close(), the next invocation of read() will re-open the input stream or reader.

Since:
3.0.4
Author:
tomyeh



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo