java.io
Interface DataOutput
- All Known Implementing Classes:
- RandomAccessFile
- public interface DataOutput
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 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.