Initialize the data value by reading it's values from the ArrayInputStream. This interface is provided as a way to achieve possible performance enhancement when reading an array can be optimized over reading from a generic stream from readExternal(). @param ais The array stream positioned at the beginning of the byte stream to read from. @exception IOException Usual error is if you try to read past limit on the stream. @exception ClassNotFoundException If a necessary class can not be found while reading the object from the stream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|