| Constructor and Description |
|---|
B64(byte[] d)
Constructor.
|
B64(byte[] v,
InputInfo ii)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
eq(InputInfo ii,
Item it)
Checks the items for equality.
|
byte[] |
string(InputInfo ii)
Returns a string representation of the value.
|
java.lang.String |
toString() |
bool, comparable, dbl, dec, diff, ebv, equiv, flt, hash, homogenous, isItem, item, itemAt, iter, iterable, itr, plan, score, score, serialize, size, test, type, writeTo, xdmInfocache, comp, count, data, description, info, isValue, iter, iterator, removable, remove, uses, valueaddText, compEbv, hasFreeVars, indexAccessible, indexEquivalent, isEmpty, isFunction, isVacuous, markTailCallspublic B64(byte[] d)
d - binary datapublic B64(byte[] v, InputInfo ii) throws QueryException
v - textual representationii - input infoQueryException - query exceptionpublic byte[] string(InputInfo ii) throws QueryException
Itemstring in class Itemii - input info, use null if none is availableQueryException - if the item can't be atomizedpublic boolean eq(InputInfo ii, Item it) throws QueryException
Itemeq in class Itemii - input infoit - item to be comparedQueryException - query exception