Uses of Class
com.blackhillsoftware.zutil.io.TextRecordWriter
Package
Description
This package provides classes to simplify working with z/OS datasets.
-
Uses of TextRecordWriter in com.blackhillsoftware.zutil.io
Modifier and TypeMethodDescriptionstatic TextRecordWriter
Construct a new TextRecordWriter using the same syntax ascom.ibm.jzos.RecordWriter.newWriter(String name, int flags)
static TextRecordWriter
TextRecordWriter.newWriterForDD
(String ddname) Construct a new TextRecordWriter using the same syntax ascom.ibm.jzos.RecordWriter.newWriterForDD(String ddname)
TextRecordWriter.setEncoding
(String encoding) Set the EBCDIC variant encoding used to convert the data to a Java stringTextRecordWriter.setWrapLines
(boolean wrapLines) Indicate whether lines greater than the dataset LRECL should be wrapped to the next record (default: false).