Getting data from a container

Use the Container.get() method to read the data in a container into a byte array:
byte[] custInfo = custRec.get();