public final class ServletOutputStreamDummy extends javax.servlet.ServletOutputStream
Constructor and Description |
---|
ServletOutputStreamDummy(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
print(boolean b) |
void |
print(char c) |
void |
print(double d) |
void |
print(float f) |
void |
print(int i) |
void |
print(long l) |
void |
print(String str) |
void |
println() |
void |
println(boolean b) |
void |
println(char c) |
void |
println(double d) |
void |
println(float f) |
void |
println(int i) |
void |
println(long l) |
void |
println(String str) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public ServletOutputStreamDummy(OutputStream os)
public void print(boolean b) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(char c) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(double d) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(float f) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(int i) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(long l) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(String str) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void println() throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(boolean b) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(char c) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(double d) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(float f) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(int i) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(long l) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(String str) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
Copyright © 2015 Lucee