public final class MemoryPackagePartOutputStream extends 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 OutputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionflush()public void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionclose()public void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2020. All rights reserved.