org.eclipse.swt.internal.mozilla
Class nsIInputStream
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIInputStream
public class nsIInputStream
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IINPUTSTREAM_IID_STR
public static final java.lang.String NS_IINPUTSTREAM_IID_STR
- See Also:
- Constant Field Values
NS_IINPUTSTREAM_IID
public static final nsID NS_IINPUTSTREAM_IID
nsIInputStream
public nsIInputStream(long address)
Close
public int Close()
Available
public int Available(int[] _retval)
Read
public int Read(byte[] aBuf,
int aCount,
int[] _retval)
ReadSegments
public int ReadSegments(long aWriter,
long aClosure,
int aCount,
int[] _retval)
IsNonBlocking
public int IsNonBlocking(int[] _retval)