Sets the data of this lob, copying bytes from an array. @param bytes the new data for the lob; may be null to make this an Ion null value.
(byte[] bytes)
| 52 | * may be <code>null</code> to make this an Ion <code>null</code> value. |
| 53 | */ |
| 54 | public void setBytes(byte[] bytes); |
| 55 | |
| 56 | /** |
| 57 | * Sets the data of this lob, copying bytes from part of an array. |
no outgoing calls