This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Wake.Remote.Impl.IntCodec Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Wake.Remote.Impl.IntCodec Class Reference

Inherits Org.Apache.REEF.Wake.Remote.ICodec< int >.

Public Member Functions

 IntCodec ()
 
byte[] Encode (int obj)
 
int Decode (byte[] data)
 

Constructor & Destructor Documentation

Org.Apache.REEF.Wake.Remote.Impl.IntCodec.IntCodec ( )
inline

Member Function Documentation

int Org.Apache.REEF.Wake.Remote.Impl.IntCodec.Decode ( byte[]  data)
inline
byte [] Org.Apache.REEF.Wake.Remote.Impl.IntCodec.Encode ( int  obj)
inline

The documentation for this class was generated from the following file: