All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.packenius.datadivider.jpeg.CommentSegment Maven / Gradle / Ivy

package com.packenius.datadivider.jpeg;

import com.packenius.dumpapi.DumpReader;

public class CommentSegment extends VariableLengthMarker {
    public CommentSegment(DumpReader reader) {
        super(reader, "COM", "Comment Segment", false);
        readContentBytes("Comment segment content.");
        setEndAddress(reader);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy