JML

javax.servlet
Class ServletOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjavax.servlet.ServletOutputStream

public abstract class ServletOutputStream
extends OutputStream

JML's specification of ServletOutputStream


Class Specifications

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);

Model Field Summary
 
Model fields inherited from class java.io.OutputStream
isOpen, output, outputBytes, wasClosed
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Constructor Summary
protected ServletOutputStream()
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
 void print(boolean b)
           
 void print(char c)
           
 void print(double d)
           
 void print(float f)
           
 void print(int i)
           
 void print(String s)
           
 void print(long l)
           
 void println()
           
 void println(boolean b)
           
 void println(char c)
           
 void println(double d)
           
 void println(float f)
           
 void println(int i)
           
 void println(String s)
           
 void println(long l)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletOutputStream

protected ServletOutputStream()
Method Detail

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

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.