FileDocCategorySizeDatePackage
EndOfBufferException.javaAPI DocAndroid 1.5 API1270Wed May 06 22:41:06 BST 2009org.apache.harmony.xnet.provider.jsse

EndOfBufferException

public class EndOfBufferException extends IOException
This class represents the exception signalizing that data could not be read from the stream because underlying input stream reached its end.

Fields Summary
Constructors Summary
public EndOfBufferException()
Constructor

        super();
    
Methods Summary