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