public abstract class OutputStream extends Object
Constructor and Description |
---|
OutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] var0) |
void |
write(byte[] var0,
int var1,
int var2) |
abstract void |
write(int var0) |
public void close() throws IOException
IOException
public void flush() throws IOException
IOException
public void write(byte[] var0) throws IOException
IOException
public void write(byte[] var0, int var1, int var2) throws IOException
IOException
public abstract void write(int var0) throws IOException
IOException
Copyright © 2006–2015 OSGi Alliance. All rights reserved.