public class BundleRecord extends Object
Modifier and Type | Method and Description |
---|---|
long |
lastModified() |
static BundleRecord |
parse(String buffer)
Parse a bundle record into component values.
|
String |
path() |
boolean |
sameAs(BundleRecord rec) |
String |
toString() |
public boolean sameAs(BundleRecord rec)
public String path()
public long lastModified()
public static BundleRecord parse(String buffer)
buffer
- The string containing the bundle record.BundleRecord
or null if the passed string is not in the correct format.Copyright © 2014-2016 Regents University of California. All Rights Reserved.