Class SegmentBuilder

java.lang.Object
pixy.image.jpeg.SegmentBuilder
All Implemented Interfaces:
Builder<Segment>
Direct Known Subclasses:
COMBuilder

public abstract class SegmentBuilder
extends java.lang.Object
implements Builder<Segment>
Base builder for JPEG segments.
Version:
1.0 10/11/2013
Author:
Wen Yu, yuwen_66@yahoo.com
  • Constructor Summary

    Constructors 
    Constructor Description
    SegmentBuilder​(Marker marker)  
  • Method Summary

    Modifier and Type Method Description
    Segment build()  
    protected abstract byte[] buildData()  

    Methods inherited from class java.lang.Object

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