base64encodebase64encode
Encode or decode Base 64
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > base64encode

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:sys

The base64encode accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:base64encode

ArgumentRulesDescription
operandMandatory the resource to be encoded (decoded)

Example Usage

DPML

<instr>
  <type>base64encode</type>
  <operand>somefile.txt</operand>
  <target>this:response</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:base64encode");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The base64encode accessor encodes a resource, provided as the operand argument, to a Base 64 serialization.

A symmetrical decode accessor base64decode is provided which decodes a Base64 encoded operand argument.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.