clear
public abstract void clear()
throws IOException XXX
clearBuffer
public abstract void clearBuffer()
throws IOException XXX
close
public abstract void close()
throws IOException XXX
flush
public abstract void flush()
throws IOException XXX
getBufferSize
public int getBufferSize()
XXX
getRemaining
public abstract int getRemaining()
XXX
isAutoFlush
public boolean isAutoFlush()
XXX
- whether this JspWriter automatically flushes the buffer when it fills up.
newLine
public abstract void newLine()
throws IOException XXX
print
public abstract void print(Object value)
throws IOException XXX
print
public abstract void print(String value)
throws IOException XXX
print
public abstract void print(boolean value)
throws IOException XXX
print
public abstract void print(char value)
throws IOException XXX
print
public abstract void print(char[] value)
throws IOException XXX
print
public abstract void print(double value)
throws IOException XXX
print
public abstract void print(float value)
throws IOException XXX
print
public abstract void print(int value)
throws IOException XXX
print
public abstract void print(long value)
throws IOException XXX
println
public abstract void println()
throws IOException XXX
println
public abstract void println(Object value)
throws IOException XXX
println
public abstract void println(String value)
throws IOException XXX
println
public abstract void println(boolean value)
throws IOException XXX
println
public abstract void println(char value)
throws IOException XXX
println
public abstract void println(char[] value)
throws IOException XXX
println
public abstract void println(double value)
throws IOException XXX
println
public abstract void println(float value)
throws IOException XXX
println
public abstract void println(int value)
throws IOException XXX
println
public abstract void println(long value)
throws IOException XXX