railo.runtime.net.http
Class ServletOutputStreamDummy
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
railo.runtime.net.http.ServletOutputStreamDummy
- All Implemented Interfaces:
- Closeable, Flushable
public final class ServletOutputStreamDummy
- extends javax.servlet.ServletOutputStream
ServletOutputStreamDummy
public ServletOutputStreamDummy(OutputStream os)
print
public void print(boolean b)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(boolean)
print
public void print(char c)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(char)
print
public void print(double d)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(double)
print
public void print(float f)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(float)
print
public void print(int i)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(int)
print
public void print(long l)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(long)
print
public void print(String str)
throws IOException
- Overrides:
print
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.print(java.lang.String)
println
public void println()
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println()
println
public void println(boolean b)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(boolean)
println
public void println(char c)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(char)
println
public void println(double d)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(double)
println
public void println(float f)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(float)
println
public void println(int i)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(int)
println
public void println(long l)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(long)
println
public void println(String str)
throws IOException
- Overrides:
println
in class javax.servlet.ServletOutputStream
- Throws:
IOException
- See Also:
ServletOutputStream.println(java.lang.String)
write
public void write(byte[] b)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.write(byte[])
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.write(byte[], int, int)
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.write(int)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.close()
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class OutputStream
- Throws:
IOException
- See Also:
OutputStream.flush()
Copyright © 2012 Railo