Package tv.porst.swfretools.parser.structures

Examples of tv.porst.swfretools.parser.structures.Rect


    final UINT8 version = parser.readUInt8();

    final UINT32 fileLength = parser.readUInt32();

    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());
View Full Code Here

TOP

Related Classes of tv.porst.swfretools.parser.structures.Rect

Copyright © 2018 www.massapicom. 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.