Class StreamHelper.NullOutputStream
- java.lang.Object
- 
- java.io.OutputStream
- 
- com.oracle.bmc.objectstorage.transfer.internal.StreamHelper.NullOutputStream
 
 
- 
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
 - Enclosing class:
- StreamHelper
 
 public static class StreamHelper.NullOutputStream extends OutputStream 
- 
- 
Constructor SummaryConstructors Constructor Description NullOutputStream()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] b)voidwrite(byte[] b, int off, int len)voidwrite(int b)- 
Methods inherited from class java.io.OutputStreamclose, flush, nullOutputStream
 
- 
 
- 
- 
- 
Method Detail- 
writepublic void write(byte[] b, int off, int len)- Overrides:
- writein class- OutputStream
 
 - 
writepublic void write(int b) - Specified by:
- writein class- OutputStream
 
 - 
writepublic void write(byte[] b) throws IOException- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
 
- 
 
-