public class InfiniteCircularInputStream extends CircularInputStream
InputStream
that infinitely repeats the provided bytes.
Closing this input stream has no effect. The methods in this class can be called after the stream has been closed
without generating an IOException
.
Constructor and Description |
---|
InfiniteCircularInputStream(byte[] repeatContent)
Creates an instance from the specified array of bytes.
|
read
available, close, mark, markSupported, read, read, reset, skip
Jas4pp 1.5 © Java Analysis Studio for Particle Physics