Package org.gcube.data.access.storagehub
Class MultipleOutputStream.MyPipedOututStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.PipedOutputStream
-
- org.gcube.data.access.storagehub.MultipleOutputStream.MyPipedOututStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- MultipleOutputStream
public class MultipleOutputStream.MyPipedOututStream extends PipedOutputStream
-
-
Constructor Summary
Constructors Constructor Description MyPipedOututStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanisClosed()voidwrite(byte[] b, int off, int len)-
Methods inherited from class java.io.PipedOutputStream
connect, flush, write
-
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classPipedOutputStream- Throws:
IOException
-
isClosed
public boolean isClosed()
- Returns:
- the close
-
write
public void write(byte[] b, int off, int len) throws IOException- Overrides:
writein classPipedOutputStream- Throws:
IOException
-
-