| org.archive.io.arc.ARCLocation
ARCLocation | public interface ARCLocation (Code) | | Datastructure to hold ARC record location.
Used by wayback machine.
author: stack |
getName | public String getName()(Code) | | Returns the ARC filename. Can be full path to ARC, URL to anARC or just the portion of an ARC name that is unique to a collection. |
getOffset | public long getOffset()(Code) | | Returns the offset into the ARC. |
|
|