Class Channel

java.lang.Object
pixy.meta.adobe.Channel

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

    Constructors 
    Constructor Description
    Channel​(int id, int len)  
  • Method Summary

    Modifier and Type Method Description
    int getDataLen()  
    int getID()  
    java.lang.String getType()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Channel

      public Channel​(int id, int len)
  • Method Details