com.jguild.jrpm.io.datatype
public final class STRING extends Object implements DataTypeIf
Version: $Id: STRING.java,v 1.4 2005/11/11 08:27:40 mkuss Exp $
| Method Summary | |
|---|---|
| Object | get(int i) |
| String | getData()
Get the rpm string as a java string
|
| Object | getDataObject() |
| long | getElementCount() |
| long | getSize() |
| RPMIndexType | getType() |
| boolean | isArray() |
| static STRING | readFromStream(DataInputStream inputStream, IndexEntry indexEntry, long length)
Constructs a type froma stream
|
| String | toString() |
Returns: A string
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.