public final class MemoryPackagePartOutputStream
extends java.io.OutputStream
| Constructor and Description | 
|---|
| MemoryPackagePartOutputStream(MemoryPackagePart part) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close this stream and flush the content. | 
| void | flush()Flush this output stream. | 
| void | write(byte[] b) | 
| void | write(byte[] b,
     int off,
     int len) | 
| void | write(int b) | 
public MemoryPackagePartOutputStream(MemoryPackagePart part)
public void write(int b)
write in class java.io.OutputStreampublic void close()
           throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionflush()public void flush()
           throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionclose()public void write(byte[] b,
                  int off,
                  int len)
write in class java.io.OutputStreampublic void write(byte[] b)
           throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionCopyright 2018 The Apache Software Foundation or its licensors, as applicable.