All Classes and Interfaces
Class
Description
Wrapper for the
com.ibm.jzos.MvsCommandCallback
interface allowing multiple
command handlers to be defined from multiple classes.This class wraps
com.ibm.jzos.RecordReader
and implements java.io.Closeable
,
allowing you to use the RecordReader with a try-with-resources block.This class wraps
com.ibm.jzos.RecordWriter
and implements java.io.Closeable
,
allowing you to use the RecordWriter with a try-with-resources block.A program to test the classes on z/OS.
Class to read records from z/OS datasets as Strings.
Class to write records to z/OS datasets as Strings.
Call IBM JZOS
ZFile
methods without a compile time dependency on
the JZOS jar.