Goods.RawBinaryFactory.unpack Function
Unpack raw binary object

Public object unpack (System.Type, byte[], int, int)
  Type Name Description  
    System.Type cls class of raw binary object  
    byte arr array containing packed raw binary object  
    int off offset of packed binary object in the array  
    int size size of packed binary object  
  Return Description  
    object created raw binary object with unpacked content