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

dev.galasa.zos3270.internal.datastream.AbstractOrder Maven / Gradle / Ivy

The newest version!
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.zos3270.internal.datastream;

public abstract class AbstractOrder {

    @Override
    public String toString() {
        return "Ignore SQ";
    }

    public abstract byte[] getBytes();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy