com.jguild.jrpm.io.datatype
public final class STRING_ARRAY extends Object implements DataTypeIf
Version: $Id: STRING_ARRAY.java,v 1.4 2005/11/11 08:27:40 mkuss Exp $
| Method Summary | |
|---|---|
| Object | get(int i) |
| String[] | getData()
Get the rpm string array as a java string array
|
| Object | getDataObject() |
| long | getElementCount() |
| long | getSize() |
| RPMIndexType | getType() |
| boolean | isArray() |
| static STRING_ARRAY | readFromStream(DataInputStream inputStream, IndexEntry indexEntry, long length)
Constructs a type froma stream
|
| String | toString() |
Returns: An array of strings
Parameters: inputStream An input stream indexEntry The index informations length the length of the data
Returns: The size of the read data
Throws: IOException if an I/O error occurs.