org.hecl.net
Class Base64Cmd
- java.lang.Object
-
- org.hecl.Operator
-
- org.hecl.net.Base64Cmd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static voidload(Interp ip)Thingoperate(int cmd, Interp interp, Thing[] argv)Theoperatemethod dispatches to the actual code.static voidunload(Interp ip)
-
-
-
Field Detail
-
ENCODE
public static final int ENCODE
- See Also:
- Constant Field Values
-
DECODE
public static final int DECODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
operate
public Thing operate(int cmd, Interp interp, Thing[] argv) throws HeclException
Description copied from class:OperatorTheoperatemethod dispatches to the actual code.- Specified by:
operatein classOperator- Parameters:
cmd- anintvalueinterp- anInterpvalueargv- aThing[]value- Returns:
- a
Thingvalue, or null when no value has been - Throws:
HeclException- if an error occurs
-
load
public static void load(Interp ip) throws HeclException
- Throws:
HeclException
-
unload
public static void unload(Interp ip) throws HeclException
- Throws:
HeclException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG