Class ArchiveFormatStreamBindings


  • class ArchiveFormatStreamBindings
    extends java.lang.Object
    Value object binding the StreamExporter and the StreamImporter implementations of the same archive format.
    Version:
    $Revision: $
    See Also:
    StreamImporter, StreamExporter
    • Field Detail

      • importer

        private final java.lang.Class<? extends StreamImporter<?>> importer
      • exporter

        private final java.lang.Class<? extends StreamExporter> exporter
    • Constructor Detail

      • ArchiveFormatStreamBindings

        ArchiveFormatStreamBindings​(ArchiveFormat format)
    • Method Detail

      • getExporter

        public java.lang.Class<? extends StreamExporter> getExporter()
      • getImporter

        public java.lang.Class<? extends StreamImporter<?>> getImporter()