javax.servlet
Class ServletOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
- public abstract class ServletOutputStream
- extends OutputStream
JML's specification of ServletOutputStream
Specifications inherited from class OutputStream |
public invariant ( \forall int i; 0 <= i&&i < this.outputBytes.size(); this.outputBytes.get(i) instanceof org.jmlspecs.models.JMLByte);
public invariant this.isOpen ==> !this.wasClosed;
public invariant this.wasClosed ==> !this.isOpen;
public constraint \old(this.wasClosed) ==> this.wasClosed; |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletOutputStream
protected ServletOutputStream()
print
public void print(String s)
throws IOException
- Throws:
IOException
print
public void print(boolean b)
throws IOException
- Throws:
IOException
print
public void print(char c)
throws IOException
- Throws:
IOException
print
public void print(int i)
throws IOException
- Throws:
IOException
print
public void print(long l)
throws IOException
- Throws:
IOException
print
public void print(float f)
throws IOException
- Throws:
IOException
print
public void print(double d)
throws IOException
- Throws:
IOException
println
public void println()
throws IOException
- Throws:
IOException
println
public void println(String s)
throws IOException
- Throws:
IOException
println
public void println(boolean b)
throws IOException
- Throws:
IOException
println
public void println(char c)
throws IOException
- Throws:
IOException
println
public void println(int i)
throws IOException
- Throws:
IOException
println
public void println(long l)
throws IOException
- Throws:
IOException
println
public void println(float f)
throws IOException
- Throws:
IOException
println
public void println(double d)
throws IOException
- Throws:
IOException
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.