public class XdrDataInputStream
extends java.io.DataInputStream
| Constructor and Description |
|---|
XdrDataInputStream(java.io.InputStream in)
Creates a XdrDataInputStream that uses the specified underlying InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
double[] |
readDoubleArray() |
float[] |
readFloatArray() |
int[] |
readIntArray() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic XdrDataInputStream(java.io.InputStream in)
in - the specified input streampublic int[] readIntArray()
throws java.io.IOException
java.io.IOExceptionpublic float[] readFloatArray()
throws java.io.IOException
java.io.IOExceptionpublic double[] readDoubleArray()
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException