Class SmokeCodec


  • public class SmokeCodec
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SmokeCodec​(java.awt.Component comp, java.awt.MediaTracker tracker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Image decode​(byte[] in, int offset, int length)  
      int parseHeader​(byte[] in, int offset, int length)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public int type
      • width

        public int width
      • height

        public int height
      • fps_num

        public int fps_num
      • fps_denom

        public int fps_denom
      • flags

        public int flags
      • size

        public int size
      • blocks

        public int blocks
    • Constructor Detail

      • SmokeCodec

        public SmokeCodec​(java.awt.Component comp,
                          java.awt.MediaTracker tracker)
    • Method Detail

      • parseHeader

        public int parseHeader​(byte[] in,
                               int offset,
                               int length)
      • decode

        public java.awt.Image decode​(byte[] in,
                                     int offset,
                                     int length)