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 OutputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
flush()
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
close()
public void write(byte[] b, int off, int len)
write
in class OutputStream
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
Copyright © 2020. All rights reserved.