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

dev.galasa.zos3270.internal.datastream.CommandReadModifiedAll 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 class CommandReadModifiedAll extends AbstractCommandCode {

    public byte[] getBytes() {
        return new byte[] { READ_MODIFIED_ALL };
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy