Package org.stellar.sdk.xdr
Class XdrDataInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
org.stellar.sdk.xdr.XdrDataInputStream
- All Implemented Interfaces:
Closeable
,DataInput
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionCreates a XdrDataInputStream that uses the specified underlying InputStream. -
Method Summary
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
XdrDataInputStream
Creates a XdrDataInputStream that uses the specified underlying InputStream.- Parameters:
in
- the specified input stream
-
-
Method Details
-
readIntArray
- Throws:
IOException
-
readFloatArray
- Throws:
IOException
-
readDoubleArray
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-