Microsoft SDK for Java

available

This method of the ActiveXInputStream Class determines the number of bytes that can be read from the input stream without blocking.

Syntax

public int available() throws IOException;

Return Value

Returns the number of bytes that can be read from the input stream without blocking.

Exceptions

IOException if an I/O error occurs.

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