@@ -45,6 +45,7 @@
macro : changed reification syntax
all : added array comprehension
flash : Vector.length is now Int instead of UInt
+ all : moved haxe.BaseCode to haxe.crypto.BaseCode
2012-07-16: 2.10
java/cs : added two new targets (beta)
@@ -19,8 +19,11 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-package haxe;
+package haxe.crypto;
+/**
+ Allows to encode/decode String and bytes using a power of two base dictionnary.
+**/
class BaseCode {
var base : haxe.io.Bytes;