Package | Description |
---|---|
org.catacomb.dataview.read |
Modifier and Type | Class and Description |
---|---|
class |
FileImportContext |
class |
JarImportContext |
class |
URLImportContext |
Modifier and Type | Field and Description |
---|---|
(package private) FUImportContext |
BaseContentReader.importContext |
(package private) FUImportContext |
JarImportContext.rootContext |
Modifier and Type | Method and Description |
---|---|
FUImportContext |
ContentReader.getContext() |
FUImportContext |
BaseContentReader.getContext() |
static FUImportContext |
FUImportContext.makeContext(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
static ContentReader |
Importer.getReader(byte[] ba,
FUImportContext ctxt) |
ContentReader |
ResourceImporter.getReader(byte[] ba,
FUImportContext ctxt) |
ContentReader |
ContentType.makeReader(byte[] ba,
FUImportContext ctxt) |
ContentReader |
XMLContentType.makeReader(byte[] ba,
FUImportContext ctxt) |
ContentReader |
NumericContentType.makeReader(byte[] ba,
FUImportContext ctxt) |
ContentReader |
CustomJarContentType.makeReader(byte[] ba,
FUImportContext ctxt) |
Constructor and Description |
---|
BaseContentReader(FUImportContext ctxt) |
CustomJarContentReader(byte[] bytes,
FUImportContext ctxt) |
JarImportContext(FUImportContext fic) |
NumericContentReader(byte[] ba,
FUImportContext ctxt) |
XMLContentReader(byte[] ba,
FUImportContext ctxt) |
Copyright © 2013. All Rights Reserved.