public interface IHTTPOutputActivity
Modifier and Type | Method and Description |
---|---|
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(Object o)
Write an object
|
void |
print(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(Object o)
Write an object
|
void |
println(String s)
Write a string
|
static final String _rcsid
void flush() throws IOException
IOException
void newLine() throws IOException
IOException
void print(boolean b) throws IOException
IOException
void print(char c) throws IOException
IOException
void print(char[] c) throws IOException
IOException
void print(double d) throws IOException
IOException
void print(float f) throws IOException
IOException
void print(int i) throws IOException
IOException
void print(long l) throws IOException
IOException
void print(Object o) throws IOException
IOException
void print(String s) throws IOException
IOException
void println(boolean b) throws IOException
IOException
void println(char c) throws IOException
IOException
void println(char[] c) throws IOException
IOException
void println(double d) throws IOException
IOException
void println(float f) throws IOException
IOException
void println(int i) throws IOException
IOException
void println(long l) throws IOException
IOException
void println(Object o) throws IOException
IOException
void println(String s) throws IOException
IOException