Definition at line 2773 of file Serve.java.
Public Member Functions | |
ServeOutputStream (OutputStream out, ServeConnection conn) | |
void | print (String s) throws IOException |
void | write (int b) throws IOException |
void | write (byte[] b) throws IOException |
void | write (byte[] b, int off, int len) throws IOException |
void | flush () throws IOException |
void | close () throws IOException |
Package Functions | |
boolean | isReturnedAsStream () |
void | setReturnedAsStream (boolean _set) |
boolean | isReturnedAsWriter () |
void | setReturnedAsWriter (boolean _set) |