org.jacorb.orb.http.httpserver

Class ServeOutputStream


public class ServeOutputStream
extends OutputStream

Constructor Summary

ServeOutputStream(OutputStream out, ServeConnection conn)

Method Summary

void
close()
void
flush()
void
print(String s)
void
print(int i)
void
print(long l)
void
println()
void
println(String s)
void
println(int i)
void
println(long l)
void
write(byte[] b, int off, int len)
void
write(int b)

Constructor Details

ServeOutputStream

public ServeOutputStream(OutputStream out,
                         ServeConnection conn)

Method Details

close

public void close()
            throws IOException


flush

public void flush()
            throws IOException


print

public void print(String s)
            throws IOException


print

public void print(int i)
            throws IOException


print

public void print(long l)
            throws IOException


println

public void println()
            throws IOException


println

public void println(String s)
            throws IOException


println

public void println(int i)
            throws IOException


println

public void println(long l)
            throws IOException


write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException


write

public void write(int b)
            throws IOException