com.ibm.jtopenlite.command.program
Class ListEntryFormatAdapter

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.ListEntryFormatAdapter
All Implemented Interfaces:
ListEntryFormat
Direct Known Subclasses:
JobFormatAdapter, OpenListOfMessagesLSTM0100, OpenListOfObjectsFormat, SpooledFileFormatAdapter

public abstract class ListEntryFormatAdapter
extends Object
implements ListEntryFormat


Constructor Summary
ListEntryFormatAdapter()
           
 
Method Summary
 void format(byte[] data, int maxLength, int recordLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntryFormatAdapter

public ListEntryFormatAdapter()
Method Detail

format

public final void format(byte[] data,
                         int maxLength,
                         int recordLength)
Specified by:
format in interface ListEntryFormat