JML

java.io
Interface DataOutput

All Known Implementing Classes:
RandomAccessFile

public interface DataOutput


Method Summary
 void write(byte[])
           
 void write(byte[], int, int)
           
 void write(int)
           
 void writeBoolean(boolean)
           
 void writeByte(int)
           
 void writeBytes(String)
           
 void writeChar(int)
           
 void writeChars(String)
           
 void writeDouble(double)
           
 void writeFloat(float)
           
 void writeInt(int)
           
 void writeLong(long)
           
 void writeShort(int)
           
 void writeUTF(String)
           
 

Method Detail

writeDouble

public void writeDouble(double)
                          throws IOException
Throws:
IOException

writeFloat

public void writeFloat(float)
                         throws IOException
Throws:
IOException

write

public void write(int)
                    throws IOException
Throws:
IOException

writeByte

public void writeByte(int)
                        throws IOException
Throws:
IOException

writeChar

public void writeChar(int)
                        throws IOException
Throws:
IOException

writeInt

public void writeInt(int)
                       throws IOException
Throws:
IOException

writeShort

public void writeShort(int)
                         throws IOException
Throws:
IOException

writeLong

public void writeLong(long)
                        throws IOException
Throws:
IOException

writeBoolean

public void writeBoolean(boolean)
                           throws IOException
Throws:
IOException

write

public void write(byte[])
                    throws IOException
Throws:
IOException

write

public void write(byte[],
                  int,
                  int)
                    throws IOException
Throws:
IOException

writeBytes

public void writeBytes(String)
                         throws IOException
Throws:
IOException

writeChars

public void writeChars(String)
                         throws IOException
Throws:
IOException

writeUTF

public void writeUTF(String)
                       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.