org.jacorb.orb.http.httpserver
Class ServeOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.jacorb.orb.http.httpserver.ServeOutputStream

public class ServeOutputStream
extends java.io.OutputStream


Constructor Summary
ServeOutputStream(java.io.OutputStream out, ServeConnection conn)
           
 
Method Summary
 void close()
           
 void flush()
           
 void print(int i)
           
 void print(long l)
           
 void print(java.lang.String s)
           
 void println()
           
 void println(int i)
           
 void println(long l)
           
 void println(java.lang.String s)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServeOutputStream

public ServeOutputStream(java.io.OutputStream out,
                         ServeConnection conn)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

print

public void print(java.lang.String s)
           throws java.io.IOException
Throws:
java.io.IOException

print

public void print(int i)
           throws java.io.IOException
Throws:
java.io.IOException

print

public void print(long l)
           throws java.io.IOException
Throws:
java.io.IOException

println

public void println(java.lang.String s)
             throws java.io.IOException
Throws:
java.io.IOException

println

public void println(int i)
             throws java.io.IOException
Throws:
java.io.IOException

println

public void println(long l)
             throws java.io.IOException
Throws:
java.io.IOException

println

public void println()
             throws java.io.IOException
Throws:
java.io.IOException