Package | Description |
---|---|
org.pentaho.di.core.row | |
org.pentaho.di.core.row.value |
Modifier and Type | Method and Description |
---|---|
Object[] |
RowMeta.readData(DataInputStream inputStream) |
Object |
ValueMetaInterface.readData(DataInputStream inputStream)
De-serialize data from an inputstream.
|
void |
ValueMetaInterface.readMetaData(DataInputStream inputStream)
Read the attributes of this particular value meta object from the specified input stream.
|
Constructor and Description |
---|
RowMeta(DataInputStream inputStream) |
ValueMeta(DataInputStream inputStream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
ValueMetaTimestamp.readData(DataInputStream inputStream) |
Object |
ValueMetaBase.readData(DataInputStream inputStream) |
void |
ValueMetaBase.readMetaData(DataInputStream inputStream)
Load the attributes of this particular value meta object from the input stream.
|
Constructor and Description |
---|
ValueMetaBase(DataInputStream inputStream)
Deprecated.
in favor of a combination of
ValueMetaFactory .createValueMeta() and the loadMetaData() method. |