|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream java.io.FilterInputStream ca.idms.io.NativeDataInputStream ca.idms.io.FloDataInputStream
public class FloDataInputStream
FloDataOutputStream reads floating point types in the format native to the IBM S390 (370) architecture.
Field Summary |
---|
Fields inherited from class ca.idms.io.NativeDataInputStream |
---|
dis, fmt |
Fields inherited from class java.io.FilterInputStream |
---|
in |
Method Summary | |
---|---|
double |
readDouble()
Reads an OS/390 format double from the underlying data input stream and converts it to IEEE format. |
float |
readFloat()
Reads an OS/390 format float from the underlying data input stream and converts it to IEEE format. |
Methods inherited from class ca.idms.io.NativeDataInputStream |
---|
getBuffer, getCount, getFormat, getPosition, readBoolean, readByte, readBytes, readBytesInternal, readBytesKatakana, readChar, readFully, readFully, readGraphic, readInt, readLine, readLong, readPacked, readShort, readUnsignedByte, readUnsignedShort, readUTF, readZoned, setSize, skipBytes, snap, toBigDecimal |
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float readFloat() throws java.io.IOException
readFloat
in interface java.io.DataInput
readFloat
in class NativeDataInputStream
java.io.IOException
NativeDataInputStream.readInt()
public double readDouble() throws java.io.IOException
readDouble
in interface java.io.DataInput
readDouble
in class NativeDataInputStream
java.io.IOException
NativeDataInputStream.readLong()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |