| java.lang.Object com.sun.satsa.util.Location
Location | public class Location (Code) | | Represents location in card file system.
|
Field Summary | |
public int | length Length. | public int | offset Offset. | public short[] | path Path to EF. |
Constructor Summary | |
public | Location(short[] path, int offset, int length) Constructs new Location object. |
length | public int length(Code) | | Length.
|
offset | public int offset(Code) | | Offset.
|
path | public short[] path(Code) | | Path to EF.
|
Location | public Location(short[] path, int offset, int length)(Code) | | Constructs new Location object.
Parameters: path - path Parameters: offset - offset Parameters: length - length |
|
|