public abstract class OutputStream extends Object
| Constructor and Description |
|---|
OutputStream()
OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract void |
flush() |
void |
write(byte[] abyte0) |
void |
write(byte[] abyte,
int ofs,
int len) |
abstract void |
write(int i) |
public void close()
throws IOException
IOException - ?public abstract void flush()
throws IOException
IOException - ?public abstract void write(int i)
throws IOException
i - ?IOException - ?public void write(byte[] abyte0)
throws IOException
abyte0 - ?IOException - ?public void write(byte[] abyte,
int ofs,
int len)
throws IOException
abyte - ?ofs - ?len - ?IOException - ?