Package | Description |
---|---|
org.shredzone.commons.pdb.converter |
Modifier and Type | Method and Description |
---|---|
AddressRecord |
AddressConverter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<AddressRecord,AddressAppInfo> database) |
MemoRecord |
MemoConverter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<MemoRecord,CategoryAppInfo> database) |
NotepadRecord |
NotepadConverter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<NotepadRecord,CategoryAppInfo> database) |
RawRecord |
RawConverter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<RawRecord,RawAppInfo> database) |
ScheduleRecord |
ScheduleConverter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<ScheduleRecord,CategoryAppInfo> database) |
TodoRecord |
TodoConverter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<TodoRecord,CategoryAppInfo> database) |
T |
Converter.convert(PdbFile reader,
int record,
int size,
int attribute,
PdbDatabase<T,U> database)
Converts raw record data to a
Record object. |
AddressAppInfo |
AddressConverter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<AddressRecord,AddressAppInfo> database) |
CategoryAppInfo |
MemoConverter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<MemoRecord,CategoryAppInfo> database) |
CategoryAppInfo |
NotepadConverter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<NotepadRecord,CategoryAppInfo> database) |
RawAppInfo |
RawConverter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<RawRecord,RawAppInfo> database) |
CategoryAppInfo |
ScheduleConverter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<ScheduleRecord,CategoryAppInfo> database) |
CategoryAppInfo |
TodoConverter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<TodoRecord,CategoryAppInfo> database) |
U |
Converter.convertAppInfo(PdbFile reader,
int size,
PdbDatabase<T,U> database)
Converts raw application info data to an
AppInfo . |
Copyright © 2009–2017. All rights reserved.