Class RecordWriter

java.lang.Object
com.blackhillsoftware.zutil.io.RecordWriter
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
TextRecordWriter

public class RecordWriter extends Object implements Closeable
This class wraps com.ibm.jzos.RecordWriter and implements java.io.Closeable, allowing you to use the RecordWriter with a try-with-resources block. This class provides the same methods as JZOS RecordWriter and calls the JZOS RecordWriter methods so it should be a drop in replacement to JZOS RecordWriter, with the addition of the Closeable interface.