|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
ca.idms.io.NativeDataOutputStream
ca.idms.io.FloDataOutputStream
public class FloDataOutputStream
FloDataOutputStream writes floating point types in the format native to the IBM S390 (370) architecture.
| Field Summary |
|---|
| Fields inherited from class ca.idms.io.NativeDataOutputStream |
|---|
dos, fmt |
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Method Summary | |
|---|---|
void |
writeDouble(double v)
Writes the double argument to the output stream in S/390 format. |
void |
writeFloat(float v)
Writes the float argument to the output stream in S/390 format. |
| Methods inherited from class ca.idms.io.NativeDataOutputStream |
|---|
getBuffer, getCount, getFormat, setBuffer, setCount, setSize, snap, toCharArray, write, writeBoolean, writeByte, writeBytes, writeBytes, writeBytesInternal, writeBytesVariable, writeChar, writeChars, writeGraphic, writeInt, writeLong, writeNulls, writePacked, writeShort, writeUTF, writeZoned |
| Methods inherited from class java.io.FilterOutputStream |
|---|
close, flush, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.io.DataOutput |
|---|
write, write |
| Method Detail |
|---|
public void writeFloat(float v)
throws java.io.IOException
writeFloat in interface java.io.DataOutputwriteFloat in class NativeDataOutputStreamv - a float value to be written.
java.io.IOException - if an I/O error occurs.Float.floatToIntBits(float)
public void writeDouble(double v)
throws java.io.IOException
writeDouble in interface java.io.DataOutputwriteDouble in class NativeDataOutputStreamv - a double value to be written.
java.io.IOException - if an I/O error occurs.Double.doubleToLongBits(double)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||