public final class PostStream
extends java.io.FilterOutputStream
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the stream.
|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int pos,
int len) |
void |
write(int c) |
public void write(int c) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] bytes) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] bytes, int pos, int len) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterOutputStream
java.io.IOException
© Copyright 2003 The Free Software Foundation, all rights reserved