Package net.anwiba.commons.reference.io
Class InputStreamAccessStream
- java.lang.Object
-
- net.anwiba.commons.reference.io.InputStreamAccessStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,IAccessStream
public final class InputStreamAccessStream extends java.lang.Object implements IAccessStream
-
-
Constructor Summary
Constructors Constructor Description InputStreamAccessStream(java.io.InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread(byte[] array)longskip(long diff)
-
-
-
Method Detail
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
skip
public long skip(long diff) throws java.io.IOException- Specified by:
skipin interfaceIAccessStream- Throws:
java.io.IOException
-
read
public int read(byte[] array) throws java.io.IOException- Specified by:
readin interfaceIAccessStream- Throws:
java.io.IOException
-
-