class ArchiveFormatStreamBindings
extends java.lang.Object
StreamExporter
and the StreamImporter
implementations of the same archive
format.StreamImporter
,
StreamExporter
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends StreamExporter> |
exporter |
private java.lang.Class<? extends StreamImporter<?>> |
importer |
Constructor and Description |
---|
ArchiveFormatStreamBindings(ArchiveFormat format) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends StreamExporter> |
getExporter() |
java.lang.Class<? extends StreamImporter<?>> |
getImporter() |
private final java.lang.Class<? extends StreamImporter<?>> importer
private final java.lang.Class<? extends StreamExporter> exporter
ArchiveFormatStreamBindings(ArchiveFormat format)
public java.lang.Class<? extends StreamExporter> getExporter()
public java.lang.Class<? extends StreamImporter<?>> getImporter()