net.comtor.j2me.util.rms
Class ConvertToBytes

java.lang.Object
  extended bynet.comtor.j2me.util.rms.ConvertToBytes

public class ConvertToBytes
extends java.lang.Object


Constructor Summary
ConvertToBytes()
          Creates a new instance of CovertToBytes
 
Method Summary
static void loadFromBytes(byte[] vec, Binarizable b)
           
static byte[] saveToBytes(Binarizable b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertToBytes

public ConvertToBytes()
Creates a new instance of CovertToBytes

Method Detail

saveToBytes

public static byte[] saveToBytes(Binarizable b)

loadFromBytes

public static void loadFromBytes(byte[] vec,
                                 Binarizable b)