org.apache.jena.riot.stream
Class LocatorZip

java.lang.Object
  extended by org.apache.jena.riot.stream.LocatorZip
All Implemented Interfaces:
Locator

public class LocatorZip
extends Object
implements Locator

Location files in a zip file


Constructor Summary
LocatorZip(String zfn)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getZipFileName()
           
 int hashCode()
           
 TypedInputStream open(String filenameOrURI)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorZip

public LocatorZip(String zfn)
Method Detail

open

public TypedInputStream open(String filenameOrURI)
Specified by:
open in interface Locator

getZipFileName

public String getZipFileName()

getName

public String getName()
Specified by:
getName in interface Locator

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Licenced under the Apache License, Version 2.0