org.archive.io.arc
Interface ARCLocation


public interface ARCLocation

Datastructure to hold ARC record location. Used by wayback machine.

Author:
stack

Method Summary
 java.lang.String getName()
           
 long getOffset()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
Returns the ARC filename. Can be full path to ARC, URL to an ARC or just the portion of an ARC name that is unique to a collection.

getOffset

long getOffset()
Returns:
Returns the offset into the ARC.


Copyright © 2003-2011 Internet Archive. All Rights Reserved.