Uses of Class
org.apache.commons.io.input.CircularInputStream
-
Packages that use CircularInputStream Package Description org.apache.commons.io.input This package provides implementations of input classes, such asInputStream
andReader
. -
Uses of CircularInputStream in org.apache.commons.io.input
Subclasses of CircularInputStream in org.apache.commons.io.input Modifier and Type Class and Description class
InfiniteCircularInputStream
AnInputStream
that infinitely repeats the provided bytes.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.