|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.opt.iso.fs.CardFilePathComponent
opencard.opt.iso.fs.CardFileShortFileID
public class CardFileShortFileID
CardFileShortFileID contains a single CardFilePath component, a short file ID.
Field Summary |
---|
Fields inherited from class opencard.opt.iso.fs.CardFilePathComponent |
---|
comp |
Constructor Summary | |
---|---|
CardFileShortFileID(byte bite)
Instantiate a short file ID path component. |
|
CardFileShortFileID(java.lang.String comp)
Instantiate a short file ID path component. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object comp)
Compare two file ID components. |
int |
hashCode()
Return a hashcode for this file ID component. |
byte |
toByte()
Return the byte representation of this component. |
Methods inherited from class opencard.opt.iso.fs.CardFilePathComponent |
---|
createComponent, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CardFileShortFileID(java.lang.String comp)
comp
- The String containing the path component.public CardFileShortFileID(byte bite)
bite
- The byte value of the short fileID.Method Detail |
---|
public byte toByte()
public boolean equals(java.lang.Object comp)
equals
in class CardFilePathComponent
comp
- An object of type CardFileFileID.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |