Class ICCPBuilder

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

public class ICCPBuilder
extends ChunkBuilder
implements Builder<Chunk>
PNG iCCP chunk builder
Version:
1.0 12/23/2014
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    ICCPBuilder()  
  • Method Summary

    Modifier and Type Method Description
    protected byte[] buildData()  
    ICCPBuilder data​(byte[] data)  
    ICCPBuilder name​(java.lang.String name)  

    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