Allow creation of an array of arrays of bytes...

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4332 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-19 01:05:53 +00:00
parent 39376d9d20
commit ff274735a9
+5
View File
@@ -1,5 +1,7 @@
package com.threerings.io {
import flash.utils.ByteArray;
import com.threerings.util.ClassUtil;
import com.threerings.util.Cloneable;
@@ -31,6 +33,9 @@ public dynamic class TypedArray extends Array
} else if (of === Number) {
return "[D";
} else if (of === ByteArray) {
return "[[B";
}
var cname :String = Translations.getToServer(