Interface METSManifest.Mdref

All Known Implementing Classes:
AbstractMETSIngester.MdrefManager
Enclosing class:
METSManifest

public static interface METSManifest.Mdref
Callback interface to retrieve data streams in mdRef elements. "Package" or file reader returns an input stream for the given relative path, e.g. to dereference mdRef elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    getInputStream(org.jdom2.Element mdRef)
    Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
  • Method Details