Uses of Class
org.pentaho.di.core.exception.KettleEOFException
-
Uses of KettleEOFException in org.pentaho.di.core.row
Modifier and TypeMethodDescriptionValueMetaInterface.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. -
Uses of KettleEOFException in org.pentaho.di.core.row.value
Modifier and TypeMethodDescriptionValueMetaBase.readData
(DataInputStream inputStream) ValueMetaTimestamp.readData
(DataInputStream inputStream) void
ValueMetaBase.readMetaData
(DataInputStream inputStream) Load the attributes of this particular value meta object from the input stream.
ValueMetaFactory
.createValueMeta() and the loadMetaData() method.