public class LoopingByteArrayInputStream extends InputStream
| Constructor and Description |
|---|
LoopingByteArrayInputStream(byte[] buf) |
public int available()
available in class InputStreampublic void mark(int arg0)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read()
read in class InputStreampublic int read(byte[] arg0,
int arg1,
int arg2)
read in class InputStreampublic void reset()
reset in class InputStreampublic long skip(long arg0)
skip in class InputStreampublic int read(byte[] arg0)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.