Uses of Class
com.blackhillsoftware.zutil.io.TextRecordWriter
Packages that use TextRecordWriter
Package
Description
This package provides classes to simplify working with z/OS datasets.
-
Uses of TextRecordWriter in com.blackhillsoftware.zutil.io
Methods in com.blackhillsoftware.zutil.io that return TextRecordWriterModifier and TypeMethodDescriptionstatic TextRecordWriterConstruct a new TextRecordWriter using the same syntax ascom.ibm.jzos.RecordWriter.newWriter(String name, int flags)static TextRecordWriterTextRecordWriter.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).