Examples of TagParserResult


Examples of tv.porst.swfretools.parser.tags.TagParserResult

    final Rect frameSize = RectParser.parse(parser, "SWFHeader::FrameSize");

    final UINT16 frameRate = parser.readUInt16();
    final UINT16 frameCount = parser.readUInt16();

    final TagParserResult tags = TagParser.parse(parser, version.value());

    return new SWFFile(parserInputData, wasCompressed, signature1, signature2, signature3, version, fileLength, frameSize, frameRate, frameCount, tags.getTags());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.