Class DuckyDataSet

java.lang.Object
pixy.meta.jpeg.DuckyDataSet

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

    Constructors 
    Constructor Description
    DuckyDataSet​(int tag, byte[] data)  
    DuckyDataSet​(int tag, int size, byte[] data, int offset)  
  • Method Summary

    Modifier and Type Method Description
    byte[] getData()  
    MetadataEntry getMetadataEntry()  
    int getSize()  
    int getTag()  
    void print()  
    void write​(java.io.OutputStream out)  

    Methods inherited from class java.lang.Object

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

    • DuckyDataSet

      public DuckyDataSet​(int tag, byte[] data)
    • DuckyDataSet

      public DuckyDataSet​(int tag, int size, byte[] data, int offset)
  • Method Details