Locationpublic class Location extends Object Represents location in card file system. |
Fields Summary |
---|
public short[] | pathPath to EF. | public int | offsetOffset. | public int | lengthLength. |
Constructors Summary |
---|
public Location(short[] path, int offset, int length)Constructs new Location object.
this.path = path;
this.offset = offset;
this.length = length;
|
|