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

io.github.binaryfoo.decoders.Decoders Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package io.github.binaryfoo.decoders;

import io.github.binaryfoo.Decoder;

public class Decoders {
    public static final Decoder PRIMITIVE = new NullDecoder();
    public static final Decoder CVM_LIST = new CVMListDecoder();
    public static final Decoder CVM_RESULTS = new CVMResultsDecoder();
    public static final Decoder TVR = new TVRDecoder();
    public static final Decoder DOL = new DataObjectListDecoder();
    public static final Decoder AIP = new AIPDecoder();
    public static final Decoder TSI = new TSIDecoder();
    public static final Decoder AFL = new ApplicationFileLocatorDecoder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy