Uses of Class
com.blackhillsoftware.zutil.io.RecordWriter
Packages that use RecordWriter
Package
Description
This package provides classes to simplify working with z/OS datasets.
-
Uses of RecordWriter in com.blackhillsoftware.zutil.io
Subclasses of RecordWriter in com.blackhillsoftware.zutil.ioModifier and TypeClassDescriptionclass
Class to write records to z/OS datasets as Strings.Methods in com.blackhillsoftware.zutil.io that return RecordWriterModifier and TypeMethodDescriptionstatic RecordWriter
Construct a newcom.blackhillsoftware.zutil.io.RecordWriter
using the same syntax ascom.ibm.jzos.RecordWriter.newWriter(String name, int flags)
static RecordWriter
RecordWriter.newWriterForDD
(String ddname) Construct a newcom.blackhillsoftware.zutil.io.RecordWriter
using the same syntax ascom.ibm.jzos.RecordWriter.newWriterForDD(String ddname)