|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTypeIf | |
com.jguild.jrpm.io | Allows to read and write rpm package files. |
com.jguild.jrpm.io.datatype |
Uses of DataTypeIf in com.jguild.jrpm.io |
Methods in com.jguild.jrpm.io that return DataTypeIf | |
DataTypeIf |
RPMFile.getTag(java.lang.Long tag)
Get a tag by id as a Long |
DataTypeIf |
RPMFile.getTag(long tag)
Get a tag by id as a long |
DataTypeIf |
RPMFile.getTag(java.lang.String tagname)
Get a tag by name |
DataTypeIf |
Header.getTag(java.lang.Long tag)
Get a tag by id as a Long |
DataTypeIf |
Header.getTag(long tag)
Get a tag by id as a long |
DataTypeIf |
Header.getTag(java.lang.String tagname)
Get a tag by name |
Methods in com.jguild.jrpm.io with parameters of type DataTypeIf | |
void |
Header.setTag(java.lang.Long tag,
DataTypeIf data)
Set a tag by id as a Long |
void |
Header.setTag(long tag,
DataTypeIf data)
Set a tag by id as a long |
void |
Header.setTag(java.lang.String tagname,
DataTypeIf data)
Set a tag by id as a string |
Uses of DataTypeIf in com.jguild.jrpm.io.datatype |
Classes in com.jguild.jrpm.io.datatype that implement DataTypeIf | |
class |
BIN
A representation of a rpm binary array data object |
class |
CHAR
A representation of a rpm char array data object |
class |
I18NSTRING
A representation of a rpm I18N string data object |
class |
INT16
A representation of a rpm 16 byte integer array data object |
class |
INT32
A representation of a rpm 32 byte integer array data object |
class |
INT64
A representation of a rpm 64 byte integer array data object |
class |
INT8
A representation of a rpm 8 byte integer array data object |
class |
NULL
A representation of a rpm null array data object |
class |
STRING
A representation of a rpm string data object |
class |
STRING_ARRAY
A representation of a rpm string array data object |
Methods in com.jguild.jrpm.io.datatype that return DataTypeIf | |
static DataTypeIf |
TypeFactory.createFromStream(java.io.DataInputStream inputStream,
IndexEntry indexEntry,
long length)
This method creates a rpm data type out of a input stream and an IndexEntry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |