int headerLength;
int fieldDataLength = 0;
if (column instanceof StreamStorable)
{
StreamStorable stream_storable_column = (StreamStorable) column;
if (stream_storable_column.returnStream() != null)
{
column =
(Object) stream_storable_column.returnStream();
}
}
if ( (column == null) && (columnFlag != COLUMN_CREATE_NULL))
{