Uses of Interface
dev.metaschema.core.metapath.item.atomic.IBase64BinaryItem
Packages that use IBase64BinaryItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Provides the core framework for defining and executing Metapath functions.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of IBase64BinaryItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return IBase64BinaryItem -
Uses of IBase64BinaryItem in dev.metaschema.core.metapath.function
Methods in dev.metaschema.core.metapath.function with parameters of type IBase64BinaryItemModifier and TypeMethodDescriptionstatic IBooleanItemComparisonFunctions.binaryCompare(IBase64BinaryItem left, ComparisonFunctions.Operator operator, IBase64BinaryItem right) Perform a binary data-based comparison of therightitem against theleftitem using the specifiedoperator. -
Uses of IBase64BinaryItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return IBase64BinaryItemModifier and TypeMethodDescriptionstatic IBase64BinaryItemIBase64BinaryItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IBase64BinaryItemIBase64BinaryItem.castAsType(IAnyAtomicItem item) static IBase64BinaryItemIBase64BinaryItem.encode(byte[] bytes) Base64 encode the provided bytes.static IBase64BinaryItemIBase64BinaryItem.encode(IStringItem text) Base64 encode the provided string.static IBase64BinaryItemBase64 encode the provided string.static IBase64BinaryItemIBase64BinaryItem.encode(ByteBuffer buffer) Base64 encode the bytes from the provided buffer.default IBase64BinaryItemIStringItem.encode()Encode this string as base64.static IBase64BinaryItemConstruct a new base64 byte sequence item using the provided base64 encoded stringvalue.static IBase64BinaryItemIBase64BinaryItem.valueOf(ByteBuffer buffer) Construct a new URI base64 encoded byte sequence using the providedByteBuffervalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IBase64BinaryItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IBase64BinaryItem>IBase64BinaryItem.getType()static IAtomicOrUnionType<IBase64BinaryItem>IBase64BinaryItem.type()Get the type information for this item.Methods in dev.metaschema.core.metapath.item.atomic with parameters of type IBase64BinaryItemModifier and TypeMethodDescriptiondefault intIBase64BinaryItem.compareTo(IBase64BinaryItem item) Compares this value with the argument.