com.ibm.jtopenlite.command.program
Class ListEntryFormatAdapter
java.lang.Object
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
|
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 |
ListEntryFormatAdapter
public ListEntryFormatAdapter()
format
public final void format(byte[] data,
int maxLength,
int recordLength)
- Specified by:
format in interface ListEntryFormat