Examples of Float16


Examples of tv.porst.splib.binaryparser.Float16

   *
   * @throws SWFParserException Thrown if the structure could not be parsed.
   */
  public static ZoneData parse(final SWFBinaryParser parser, final String fieldName) throws SWFParserException {

    final Float16 alignmentCoordinate = parseFloat16(parser, 0x00006, fieldName + "::AlignmentCoordinate");
    final Float16 range = parseFloat16(parser, 0x00006, fieldName + "::Range");

    return new ZoneData(alignmentCoordinate, range);
  }
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.