public class JarFileURLMetaDataIterator extends Object implements MetaDataIterator, MetaDataFilter.Resource
Constructor and Description |
---|
JarFileURLMetaDataIterator(URL url,
MetaDataFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the resources used by this iterator.
|
byte[] |
getContent()
Resource content.
|
File |
getFile()
Return the last-iterated metadata resource content as a file, or null if not an extant file.
|
InputStream |
getInputStream()
Return the last-iterated metadata resource content as a stream.
|
String |
getName()
The name of the resource.
|
boolean |
hasNext()
Return whether there is another resource to iterate over.
|
Object |
next()
Return the next metadata resource.
|
public JarFileURLMetaDataIterator(URL url, MetaDataFilter filter) throws IOException
IOException
public boolean hasNext() throws IOException
hasNext
in interface MetaDataIterator
IOException
public Object next() throws IOException
next
in interface MetaDataIterator
IOException
public InputStream getInputStream() throws IOException
getInputStream
in interface MetaDataIterator
IOException
public File getFile() throws IOException
getFile
in interface MetaDataIterator
IOException
public void close()
close
in interface MetaDataIterator
close
in interface Closeable
public String getName()
getName
in interface MetaDataFilter.Resource
public byte[] getContent() throws IOException
getContent
in interface MetaDataFilter.Resource
IOException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.