org.apache.maven.wagon.shared.http

Class NullOutputStream


public class NullOutputStream
extends OutputStream

NullOutputStream
Version:
$Id: NullOutputStream.java 485724 2006-12-11 15:51:43Z joakime $
Author:
Joakim Erdfelt

Method Summary

void
close()
void
flush()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int b)

Method Details

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