從儲存器取得資料
使用
Container.get()
方法將儲存器中的資料讀入位元組陣列中。
byte[] custInfo = custRec.get();
上層主題:
通道與儲存器範例