com.hp.hpl.jena.util
Class LocatorZip

java.lang.Object
  extended by com.hp.hpl.jena.util.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
 String getName()
           
 String getZipFileName()
           
 TypedStream open(String filenameOrURI)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorZip

public LocatorZip(String zfn)
Method Detail

open

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

getZipFileName

public String getZipFileName()

getName

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


Licenced under the Apache License, Version 2.0