FileDocCategorySizeDatePackage
Location.javaAPI DocphoneME MR2 API (J2ME)1589Wed May 02 18:00:38 BST 2007com.sun.satsa.util

Location

public class Location extends Object
Represents location in card file system.

Fields Summary
public short[]
path
Path to EF.
public int
offset
Offset.
public int
length
Length.
Constructors Summary
public Location(short[] path, int offset, int length)
Constructs new Location object.

param
path path
param
offset offset
param
length length

        this.path = path;
        this.offset = offset;
        this.length = length;
    
Methods Summary