Uses of Class
org.pentaho.di.core.exception.KettleEOFException
Packages that use KettleEOFException
-
Uses of KettleEOFException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleEOFExceptionModifier 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.Constructors in org.pentaho.di.core.row that throw KettleEOFException -
Uses of KettleEOFException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleEOFExceptionModifier 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.Constructors in org.pentaho.di.core.row.value that throw KettleEOFException
ValueMetaFactory
.createValueMeta() and the loadMetaData() method.