Muscle Java API: muscle::util::serialization::XdrDecodingStream Interface Reference

muscle::util::serialization::XdrDecodingStream Interface Reference

Inheritance diagram for muscle::util::serialization::XdrDecodingStream:

muscle::util::serialization::Xdr

List of all members.


Public Member Functions

void endDecoding () throws IOException
int xdrDecodeInt () throws IOException
int[] xdrDecodeIntVector () throws IOException
byte[] xdrDecodeDynamicOpaque () throws IOException
byte[] xdrDecodeOpaque (int size) throws IOException
void xdrDecodeOpaque (byte[] data, int offset, int len) throws IOException
boolean xdrDecodeBoolean () throws IOException
boolean[] xdrDecodeBooleanVector () throws IOException
String xdrDecodeString () throws IOException
String[] xdrDecodeStringVector () throws IOException
long xdrDecodeLong () throws IOException
long[] xdrDecodeLongVector () throws IOException
ByteBuffer xdrDecodeByteBuffer () throws IOException
float xdrDecodeFloat () throws IOException
double xdrDecodeDouble () throws IOException
double[] xdrDecodeDoubleVector () throws IOException
double[] xdrDecodeDoubleFixedVector (int length) throws IOException
float[] xdrDecodeFloatVector () throws IOException
float[] xdrDecodeFloatFixedVector (int length) throws IOException
byte[] xdrDecodeByteVector () throws IOException
byte[] xdrDecodeByteFixedVector (int length) throws IOException
byte xdrDecodeByte () throws IOException
short xdrDecodeShort () throws IOException
short[] xdrDecodeShortVector () throws IOException
short[] xdrDecodeShortFixedVector (int length) throws IOException
void close () throws IOException

Package Functions

void beginDecoding () throws IOException

Detailed Description

Defines interface for decoding XDR stream. A decoding XDR stream returns data in the form of Java data types which it reads from a data source (for instance, network or memory buffer) in the platform-independent XDR format.

Member Function Documentation

void muscle::util::serialization::XdrDecodingStream::beginDecoding (  )  throws IOException [package]

void muscle::util::serialization::XdrDecodingStream::endDecoding (  )  throws IOException

int muscle::util::serialization::XdrDecodingStream::xdrDecodeInt (  )  throws IOException

int [] muscle::util::serialization::XdrDecodingStream::xdrDecodeIntVector (  )  throws IOException

byte [] muscle::util::serialization::XdrDecodingStream::xdrDecodeDynamicOpaque (  )  throws IOException

byte [] muscle::util::serialization::XdrDecodingStream::xdrDecodeOpaque ( int  size  )  throws IOException

void muscle::util::serialization::XdrDecodingStream::xdrDecodeOpaque ( byte[]  data,
int  offset,
int  len 
) throws IOException

boolean muscle::util::serialization::XdrDecodingStream::xdrDecodeBoolean (  )  throws IOException

boolean [] muscle::util::serialization::XdrDecodingStream::xdrDecodeBooleanVector (  )  throws IOException

String muscle::util::serialization::XdrDecodingStream::xdrDecodeString (  )  throws IOException

String [] muscle::util::serialization::XdrDecodingStream::xdrDecodeStringVector (  )  throws IOException

long muscle::util::serialization::XdrDecodingStream::xdrDecodeLong (  )  throws IOException

long [] muscle::util::serialization::XdrDecodingStream::xdrDecodeLongVector (  )  throws IOException

ByteBuffer muscle::util::serialization::XdrDecodingStream::xdrDecodeByteBuffer (  )  throws IOException

float muscle::util::serialization::XdrDecodingStream::xdrDecodeFloat (  )  throws IOException

double muscle::util::serialization::XdrDecodingStream::xdrDecodeDouble (  )  throws IOException

double [] muscle::util::serialization::XdrDecodingStream::xdrDecodeDoubleVector (  )  throws IOException

double [] muscle::util::serialization::XdrDecodingStream::xdrDecodeDoubleFixedVector ( int  length  )  throws IOException

float [] muscle::util::serialization::XdrDecodingStream::xdrDecodeFloatVector (  )  throws IOException

float [] muscle::util::serialization::XdrDecodingStream::xdrDecodeFloatFixedVector ( int  length  )  throws IOException

byte [] muscle::util::serialization::XdrDecodingStream::xdrDecodeByteVector (  )  throws IOException

byte [] muscle::util::serialization::XdrDecodingStream::xdrDecodeByteFixedVector ( int  length  )  throws IOException

byte muscle::util::serialization::XdrDecodingStream::xdrDecodeByte (  )  throws IOException

short muscle::util::serialization::XdrDecodingStream::xdrDecodeShort (  )  throws IOException

short [] muscle::util::serialization::XdrDecodingStream::xdrDecodeShortVector (  )  throws IOException

short [] muscle::util::serialization::XdrDecodingStream::xdrDecodeShortFixedVector ( int  length  )  throws IOException

void muscle::util::serialization::XdrDecodingStream::close (  )  throws IOException


Generated on Thu Oct 18 14:28:29 2012 for Muscle Java API by  doxygen 1.5.6