Constructs a new Ion clob instance from a byte array. @param value the data for the new clob, to be copied from the given array into the new instance. May be null to create a null.clob value.
(byte[] value)
| 110 | * May be {@code null} to create a {@code null.clob} value. |
| 111 | */ |
| 112 | public IonClob newClob(byte[] value); |
| 113 | |
| 114 | |
| 115 | /** |
no outgoing calls