Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.