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

com.oneeyedmen.okeydoke.formatters.BinaryFormatter Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.oneeyedmen.okeydoke.formatters;

import com.oneeyedmen.okeydoke.Formatter;

public class BinaryFormatter implements Formatter {

    @Override
    public byte[] formatted(byte[] actual) {
        return actual;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy