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