Interface MetaDataFilter.Resource

All Known Implementing Classes:
JarFileURLMetaDataIterator, ZipFileMetaDataIterator, ZipStreamMetaDataIterator
Enclosing interface:
MetaDataFilter

public static interface MetaDataFilter.Resource
Information about a metadata resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Resource content.
    The name of the resource.
  • Method Details

    • getName

      String getName()
      The name of the resource.
    • getContent

      byte[] getContent() throws IOException
      Resource content.
      Throws:
      IOException