Gets all the data of this lob, or null if this is an Ion null value. @return a new byte array, or null if this.isNullValue() .
()
| 44 | * or <code>null</code> if <code>this.isNullValue()</code>. |
| 45 | */ |
| 46 | public byte[] getBytes(); |
| 47 | |
| 48 | /** |
| 49 | * Sets the data of this lob, copying bytes from an array. |
no outgoing calls