Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 61A35200B88 for ; Thu, 8 Sep 2016 00:33:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 60510160AD8; Wed, 7 Sep 2016 22:33:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 786B1160AD5 for ; Thu, 8 Sep 2016 00:33:39 +0200 (CEST) Received: (qmail 61295 invoked by uid 500); 7 Sep 2016 22:33:37 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 60301 invoked by uid 99); 7 Sep 2016 22:33:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 22:33:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E2C5E009E; Wed, 7 Sep 2016 22:33:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Wed, 07 Sep 2016 22:33:53 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/50] git commit: [flex-asjs] [refs/heads/master] - Merge branch 'BinaryData_improvement' of https://github.com/greg-dove/flex-asjs into develop archived-at: Wed, 07 Sep 2016 22:33:40 -0000 Merge branch 'BinaryData_improvement' of https://github.com/greg-dove/flex-asjs into develop Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6e9672b5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6e9672b5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6e9672b5 Branch: refs/heads/master Commit: 6e9672b55ef5538f56c76a36e76637f462a55ebc Parents: 13323e6 c8d147b Author: Harbs Authored: Wed Aug 3 10:38:20 2016 +0300 Committer: Harbs Committed: Wed Aug 3 10:38:20 2016 +0300 ---------------------------------------------------------------------- .../flex/org/apache/flex/utils/BinaryData.as | 1089 ++++++++++++------ .../main/flex/org/apache/flex/utils/Endian.as | 31 +- .../org/apache/flex/utils/IBinaryDataInput.as | 47 + .../org/apache/flex/utils/IBinaryDataOutput.as | 42 + .../test/flex/FlexUnitFlexJSApplication.mxml | 7 +- .../flex/flexUnitTests/BinaryDataTesterTest.as | 565 +++++++++ .../src/test/flex/flexUnitTests/CoreTester.as | 28 + .../src/test/flex/flexUnitTests/StrandTester.as | 27 - .../flex/org/apache/flex/net/URLBinaryLoader.as | 2 +- .../main/flex/org/apache/flex/net/URLStream.as | 2 +- 10 files changed, 1434 insertions(+), 406 deletions(-) ----------------------------------------------------------------------