|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jguild.jrpm.io.IndexEntry
RPM Index Entry (16 byte).
Constructor Summary | |
IndexEntry(java.io.DataInputStream inputStream)
Constructs a IndexEntry out of a InputStream. |
Method Summary | |
long |
getCount()
Get the number of elements of this data type |
long |
getOffset()
Returns the offset of this data type |
int |
getSize()
Get the size of this index entry in bytes |
long |
getTag()
Get the tag id as a long |
RPMIndexType |
getType()
Get the data type of this entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexEntry(java.io.DataInputStream inputStream) throws java.io.IOException
inputStream
- An InputStream containing a rpm file.
java.io.IOException
- If an error occurs during reading from streamMethod Detail |
public long getCount()
public long getOffset()
public int getSize()
public long getTag()
public RPMIndexType getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |