Class RpgFileDecoder
java.lang.Object
io.debezium.ibmi.db2.journal.retrieve.RpgFileDecoder
- All Implemented Interfaces:
JournalEntryDeocder<List<FieldEntry>>
-
Field Summary
FieldsFields inherited from interface io.debezium.ibmi.db2.journal.retrieve.JournalEntryDeocder
ENTRY_SPECIFIC_DATA_OFFSET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(EntryHeader eheader, byte[] data, int offset) Object[]decodeEntry(AS400Structure entryDetailStructure, byte[] data, int offset) getRecordFormat(String name)
-
Field Details
-
as400
-
recordFormats
-
-
Constructor Details
-
RpgFileDecoder
-
-
Method Details
-
decode
- Specified by:
decodein interfaceJournalEntryDeocder<List<FieldEntry>>- Throws:
Exception
-
getRecordFormat
public NamesTypes getRecordFormat(String name) throws AS400Exception, AS400SecurityException, InterruptedException, IOException -
decodeEntry
-