public class XDRInput extends Object implements RDataInput
| Constructor and Description |
|---|
XDRInput(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
readByteArray(int length) |
double |
readDouble() |
int |
readInt() |
public XDRInput(InputStream is) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic int readInt()
throws IOException
readInt in interface RDataInputIOExceptionpublic double readDouble()
throws IOException
readDouble in interface RDataInputIOExceptionpublic byte[] readByteArray(int length)
throws IOException
readByteArray in interface RDataInputIOExceptionCopyright © 2022. All rights reserved.