BaseCode
haxe.crypto.BaseCode (Class)
Allows one to encode/decode String and bytes using a power of two base dictionary.
Instance Members
decodeBytes(b: haxe.io.Bytes): haxe.io.Bytes
Name | Type |
---|---|
b |
haxe.io.Bytes |
Returns |
---|
haxe.io.Bytes |
new(base: haxe.io.Bytes): Void
Name | Type |
---|---|
base |
haxe.io.Bytes |
Private Members
base: haxe.io.Bytes
nbits: Int
initTable(): Void