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 ObjectValueMetaInterface. readData(DataInputStream inputStream)De-serialize data from an inputstream.voidValueMetaInterface. 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 ObjectValueMetaBase. readData(DataInputStream inputStream)ObjectValueMetaTimestamp. readData(DataInputStream inputStream)voidValueMetaBase. 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.
-