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

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

package com.packenius.datadivider.jpeg;

import com.packenius.dumpapi.DumpReader;

public class DQTMarker extends VariableLengthMarker {
    public DQTMarker(DumpReader reader) {
        super(reader, "DQT", "Define Quantization Table(s)", false);
        readContentBytes("DQT marker segment content.");
        setEndAddress(reader);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy