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

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

package com.packenius.datadivider.jpeg;

import com.packenius.dumpapi.DumpReader;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy