• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 16 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0023 秒)

1. Laya.Byte的readUTFBytes问题 [ 100%]

Laya.Byte的readUTFBytes问题 使用Laya.Byte的readUTFBytes方法读取大文本的时候会卡顿一下,在手机safiry浏览器中,直接导致浏览器崩溃,google浏览器有时会崩溃,难道不能读太大的数据吗?代码如下:var inflate = new Zlib.Inflate(new Uint8Array(da...

来源: Laya_社区 发布时间: 20180419

2. readUTFBytes error - Out of bounds [ 98%]

readUTFBytes error - Out of bounds /** *@private *读字符串,必须是 writeUTFBytes 方法写入的字符串。 *@param len 要读的buffer长度,默认将读取缓冲区全部数据。 *@return 读取的字符串。 */ __proto.readUTFBytes=function(len){ (len===void 0)&& (len=-1); i...

来源: Laya_社区 发布时间: 20180822

3. 请问.skel文件怎么用 [ 62%]

请问.skel文件怎么用 加载报了一个错Byte.js:651 Uncaught readUTFBytes error - Out of bounds 2020-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复...

来源: Laya_社区 发布时间: 20200207

4. 加载二进制报错 [ 60%]

...     at DataView.getUint8 (<anonymous>)     at ByteArray.__proto.readUTFBytes (MingGame.max.js:4177)     at ByteArray.__proto.readUTF (MingGame.max.js:4149) 2018-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

来源: Laya_社区 发布时间: 20180312

5. 网络和格式-Socket [ 59%]

...ace(message); } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function onConnectError(e:Event=null):void { trace("error"); } } }

来源: Laya_示例 发布时间: 20240930

6. Socket连接不上(已解决) [ 59%]

...          {                 Log.print(new Byte(message).readUTFBytes());             }             socket.input.clear();         }                  private function onConnectError(e:Event=null):void         {             Log.print...

来源: Laya_社区 发布时间: 20170209

7. Error: Layer value can be null. [ 58%]

...进入编辑模式就报这个错误 Laya3d init error ,must support webGL readUTFBytes error - Out of bounds 问题状态 最新活动: 2018-11-05 14:38 浏览: 1261 关注: 1 人

来源: Laya_社区 发布时间: 20181102

8. 网络和格式-Socket [ 57%]

...ace(message); } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function onConnectError(e:Event=null):void { trace("error"); } } }

来源: Laya2.0_示例 发布时间: 20240930

9. LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 [ 54%]

...rn readGBBytes(length);             }             return readUTFBytes (length);         }         public function readGBBytes (len:int):String          {             var value:String = "";             var max:int = this._position_ + len;     ...

来源: Laya_社区 发布时间: 20160606

10. 小游戏项目 加载有中文的json文件 报错 [ 48%]

...类型加载 完成之后获取到data bytes = new Byte(data); str = bytes.readUTFBytes(bytes.length); loader.endLoad(JSON.parse(str));   完美绕过引擎编码限制 2018-06-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 熊猫大...

来源: Laya_社区 发布时间: 20180108