IPofReaderReadRemainder Method |
Namespace: Tangosol.IO.Pof
Binary ReadRemainder()
Exception | Condition |
---|---|
InvalidOperationException | If no user type is being parsed. |
IOException | If an I/O error occurs. |
As part of reading in a user type, this method must be called by the IPofSerializer that is reading the user type, or the read position within the POF stream will be corrupted.
Subsequent calls to the various ReadXYZ methods of this interface will fail after this method is called.