|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.PdsDirectory.MemberInfo
public static class PdsDirectory.MemberInfo
A static inner class of PdsDirectory which defines/maps a member directory entry.
Nested Class Summary | |
---|---|
class |
PdsDirectory.MemberInfo.Statistics
A nested inner class of MemberInfo which defines/maps ISPF directory entry statistics. |
Constructor Summary | |
---|---|
PdsDirectory.MemberInfo(byte[] bytes,
int offset)
Construct a MemberInfo object on bytes read from a PDS directory block at a given offset. |
Method Summary | |
---|---|
java.lang.String |
getName()
Answer a String containing the 1-8 character member name (blanks trimmed) |
PdsDirectory.MemberInfo.Statistics |
getStatistics()
Answer SPF statistics from the member's userdata. |
byte[] |
getTTR()
Answer a byte array containing the TTR field of the directory entry (track/record address of member on disk) |
byte[] |
getUserData()
Answer a byte array containing raw user data from the member |
boolean |
isAlias()
Answer true if the member is an alias, false otherwise |
java.lang.String |
toString()
Answer a String representation of the receiver, which includes the member name and ISPF statistics (if present). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PdsDirectory.MemberInfo(byte[] bytes, int offset)
PdsDirectory.iterator()
Method Detail |
---|
public java.lang.String getName()
public boolean isAlias()
public byte[] getUserData()
public byte[] getTTR()
public PdsDirectory.MemberInfo.Statistics getStatistics()
RuntimeExeption
- if statistics are malformed or contain invalid datapublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |