Class IDATBuilder

java.lang.Object
pixy.image.png.ChunkBuilder
pixy.image.png.IDATBuilder
All Implemented Interfaces:
Builder<Chunk>

public class IDATBuilder
extends ChunkBuilder
implements Builder<Chunk>
PNG IDAT chunk builder
Version:
1.0 04/26/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    IDATBuilder()  
    IDATBuilder​(int compressionLevel)  
  • Method Summary

    Modifier and Type Method Description
    protected byte[] buildData()  
    IDATBuilder data​(byte[] data)  
    IDATBuilder data​(byte[] data, int offset, int length)  
    void setFinish​(boolean finish)  

    Methods inherited from class pixy.image.png.ChunkBuilder

    build, getChunkType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface pixy.util.Builder

    build