Constructor Row
Row(IDataInput)
Construct a Row object from input carried in via the given input stream.
Declaration
public Row(IDataInput is)
Parameters
Type | Name | Description |
---|---|---|
IDataInput | is | the input stream |
Row()
The default constructor for the Row object.
Declaration
public Row()
Row(Row)
Declaration
public Row(Row old)
Parameters
Type | Name | Description |
---|---|---|
Row | old | the Row to copy |