com.ibm.jtopenlite.command.program
Interface ListEntryFormat

All Known Subinterfaces:
OpenListOfJobsFormat, OpenListOfMessagesFormat, OpenListOfSpooledFilesFormat
All Known Implementing Classes:
JobFormatAdapter, ListEntryFormatAdapter, OpenListOfJobsFormatOLJB0100, OpenListOfJobsFormatOLJB0200, OpenListOfJobsFormatOLJB0300, OpenListOfMessagesLSTM0100, OpenListOfObjectsFormat, OpenListOfSpooledFilesFormatOSPL0100, OpenListOfSpooledFilesFormatOSPL0200, OpenListOfSpooledFilesFormatOSPL0300, SpooledFileFormatAdapter

public interface ListEntryFormat


Method Summary
 void format(byte[] data, int maxLength, int recordLength)
           
 

Method Detail

format

void format(byte[] data,
            int maxLength,
            int recordLength)