Package org.datavec.api.util.ndarray
Class DataOutputWrapperStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.datavec.api.util.ndarray.DataOutputWrapperStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class DataOutputWrapperStream extends OutputStream
-
-
Constructor Summary
Constructors Constructor Description DataOutputWrapperStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(int b)-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
-
-
-
Method Detail
-
write
public void write(int b) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
-