Uses of Class
org.pentaho.di.core.exception.KettleEOFException
-
Packages that use KettleEOFException Package Description org.pentaho.di.core.row org.pentaho.di.core.row.value -
-
Uses of KettleEOFException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleEOFException Modifier and Type Method Description 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.Constructors in org.pentaho.di.core.row that throw KettleEOFException Constructor Description ValueMeta(DataInputStream inputStream)
Deprecated. -
Uses of KettleEOFException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleEOFException Modifier and Type Method Description Object
ValueMetaBase. readData(DataInputStream inputStream)
Object
ValueMetaTimestamp. readData(DataInputStream inputStream)
void
ValueMetaBase. readMetaData(DataInputStream inputStream)
Load the attributes of this particular value meta object from the input stream.Constructors in org.pentaho.di.core.row.value that throw KettleEOFException Constructor Description ValueMetaBase(DataInputStream inputStream)
Deprecated.in favor of a combination ofValueMetaFactory
.createValueMeta() and the loadMetaData() method.
-