Package com.ibm.jzos

Interface Summary
MvsCommandCallback Implement this interface to control how MVS operator commands are handled.
WtoConstants Defines constants used by MvsConsole and WtoMessage
ZFileConstants Constants used by ZFile and ZFile clients
 

Class Summary
ByteUtil Helper methods for converting to/from raw byte array data
CatalogSearch A class that provides a Java interface to the z/OS Catalog Search Interface.
CatalogSearchField A wrapper around the bytes for a specific field returned from a CatalogSearch request Dataset Entry.
DatasetVolumeList A object which maps the 265-byte area returned by the LOCATE macro.
Exec Class for running an external process that buffers output, provides timeout control and stdout/stderr character encoding.
FileFactory A class with static methods for building a BufferedReader, BufferedWriter, InputStream, or OutputStream on a text file or MVS dataset.
Format1DSCB A object which maps a Format-1 DSCB (Dataset Control Block), which is a record from the VTOC that describes a MVS dataset.
JzosPermission Simple Permission class to allow JZOS to operate with a SecurityManager.
Messages Accessor class for externalized NLS messages in the com.ibm.jzos java package.
MvsConsole A class with static methods to interface with the MVS console.
MvsConsoleResult A object containing results from the MvsConsole native calls to the C library __console2() api.
PdsDirectory A class for opening a PDS directory and iterating over its members.
PdsDirectory.MemberInfo A static inner class of PdsDirectory which defines/maps a member directory entry.
Rauditx A JNI Wrapper for r_auditx, IRRSAX00 and IRRSAX64.
RauditxMessageHeader  
RauditxParameters  
RauditxRelocateHeader  
RDWInputRecordStream This class is a wrapper that returns RDW delineated records from an InputStream.
RDWOutputRecordStream This class is a wrapper that writes RDW delineated records to an OutputStream.
Transcoder This class provides conversions from a source Charset (Codepage) to a target Charset.
TranscodingPrintStream A subclass of PrintStream that sets an encoding on its OutputStreamWriter and also transcodes any write(byte[]) messages that are sent to it when it is treated as an OutputStream.
WtoMessage A simple data object/bean for holding a WTO message and its parameters.
ZFile JNI Wrapper for z/OS C-Library IO routines.
ZLogstream A JNI Wrapper for z/OS Logstreams, supporting IXGCONN (connect) and IXGWRITE (write) services.
ZUtil This class provides a static interface to various z/OS native library calls, other than I/O.
 

Exception Summary
ErrnoException Exception class that holds the errno and errno2 information resulting from a native call error.
RauditxException A customized RuntimeException to carry return codes for RAuditx errors.
RcException Exception class that holds a return code and message resulting from a native call error.
ZFileException A customized IOException to carry detailed native file error information.
ZLogstreamException A customized IOException to carry return codes for ZLogstream errors.