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 <[email protected]> Authored: Wed Aug 3 10:38:20 2016 +0300 Committer: Harbs <[email protected]> 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(-) ----------------------------------------------------------------------
