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

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

package com.packenius.datadivider.jpeg;

import com.packenius.dumpapi.DumpReader;

public class SOF0Marker extends VariableLengthMarker {
    public SOF0Marker(DumpReader reader) {
        super(reader, "SOF0", "Start Of Frame Marker (Baseline DCT)", false);
        readContentBytes("SOF0 marker segment content.");
        setEndAddress(reader);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy