Represents an end-of-file (EOF) exception.
IOException | +--EOFException
package com.ms.wfc.io
public class EOFException
extends IOException
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.