Package org.datavec.api.util.ndarray
Class DataInputWrapperStream
- java.lang.Object
-
- java.io.InputStream
-
- org.datavec.api.util.ndarray.DataInputWrapperStream
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class DataInputWrapperStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description DataInputWrapperStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Method Detail
-
read
public int read() throws IOException
- Specified by:
read
in classInputStream
- Throws:
IOException
-
-