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.OutputStream
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
flush()
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
close()
public void write(byte[] b, int off, int len)
write
in class java.io.OutputStream
public void write(byte[] b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.