Methods | This Package | All Packages

EOFException Class

Represents an end-of-file (EOF) exception.

IOException
  |
  +--EOFException

package com.ms.wfc.io

public class EOFException
extends
IOException

Remarks

This exception is raised by the read methods of IDataStream implementations when the end of the stream is reached before the data has been completely read.