Package | Description |
---|---|
org.shredzone.commons.pdb | |
org.shredzone.commons.pdb.appinfo | |
org.shredzone.commons.pdb.converter |
Modifier and Type | Class and Description |
---|---|
class |
PdbDatabase<T extends Record,U extends AppInfo>
Represents the contents of a PDB database file.
|
Modifier and Type | Method and Description |
---|---|
<T extends Record,U extends AppInfo> |
PdbFile.readDatabase(Converter<T,U> converter)
Reads the entire database file and returns a
PdbDatabase . |
Modifier and Type | Class and Description |
---|---|
class |
AddressAppInfo
A
CategoryAppInfo with more details about the AddressRecord . |
class |
CategoryAppInfo
A standard
AppInfo container that contains a list of category names. |
class |
RawAppInfo
AppInfo implementation that stores the raw appinfo area. |
Modifier and Type | Interface and Description |
---|---|
interface |
Converter<T extends Record,U extends AppInfo>
Converts a PDB record into an
Record object. |
Copyright © 2009–2017. All rights reserved.