|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHTTPOutput
This interface abstracts from the output character stream used to construct HTML output for a web interface.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Method Summary | |
|---|---|
void |
flush()
Flush the stream |
void |
newLine()
Write a newline |
void |
print(boolean b)
Write a boolean |
void |
print(char c)
Write a char |
void |
print(char[] c)
Write an array of chars |
void |
print(double d)
Write a double |
void |
print(float f)
Write a float |
void |
print(int i)
Write an int |
void |
print(long l)
Write a long |
void |
print(java.lang.Object o)
Write an object |
void |
print(java.lang.String s)
Write a string |
void |
println(boolean b)
Write a boolean |
void |
println(char c)
Write a char |
void |
println(char[] c)
Write an array of chars |
void |
println(double d)
Write a double |
void |
println(float f)
Write a float |
void |
println(int i)
Write an int |
void |
println(long l)
Write a long |
void |
println(java.lang.Object o)
Write an object |
void |
println(java.lang.String s)
Write a string |
| Field Detail |
|---|
static final java.lang.String _rcsid
| Method Detail |
|---|
void flush()
throws java.io.IOException
java.io.IOException
void newLine()
throws java.io.IOException
java.io.IOException
void print(boolean b)
throws java.io.IOException
java.io.IOException
void print(char c)
throws java.io.IOException
java.io.IOException
void print(char[] c)
throws java.io.IOException
java.io.IOException
void print(double d)
throws java.io.IOException
java.io.IOException
void print(float f)
throws java.io.IOException
java.io.IOException
void print(int i)
throws java.io.IOException
java.io.IOException
void print(long l)
throws java.io.IOException
java.io.IOException
void print(java.lang.Object o)
throws java.io.IOException
java.io.IOException
void print(java.lang.String s)
throws java.io.IOException
java.io.IOException
void println(boolean b)
throws java.io.IOException
java.io.IOException
void println(char c)
throws java.io.IOException
java.io.IOException
void println(char[] c)
throws java.io.IOException
java.io.IOException
void println(double d)
throws java.io.IOException
java.io.IOException
void println(float f)
throws java.io.IOException
java.io.IOException
void println(int i)
throws java.io.IOException
java.io.IOException
void println(long l)
throws java.io.IOException
java.io.IOException
void println(java.lang.Object o)
throws java.io.IOException
java.io.IOException
void println(java.lang.String s)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||