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