org.apache.maven.wagon.shared.http
Class NullOutputStream
OutputStream
org.apache.maven.wagon.shared.http.NullOutputStream
public class NullOutputStream
extends OutputStream
NullOutputStream
$Id: NullOutputStream.java 485724 2006-12-11 15:51:43Z joakime $
close
public void close()
throws IOException
flush
public void flush()
throws IOException
write
public void write(byte[] b)
throws IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException