Class FSInputStream
java.lang.Object
java.io.InputStream
org.gcube.data.access.storagehub.fs.FSInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
byteRead
public int byteRead -
bytegiven
public int bytegiven
-
-
Constructor Details
-
FSInputStream
public FSInputStream()
-
-
Method Details
-
add
protected void add(byte[] buf) -
read
- Specified by:
readin classInputStream- Throws:
IOException
-
available
public int available()- Overrides:
availablein classInputStream
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
isClosed
public boolean isClosed()
-