class InputStream
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) byte[] | buffer | 
| (package private) int | index | 
| (package private) XPCOMObject | inputStream | 
| (package private) int | refCount | 
| Constructor and Description | 
|---|
| InputStream(byte[] buffer) | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) int | AddRef() | 
| (package private) int | Available(int _retval) | 
| (package private) int | Close() | 
| (package private) void | createCOMInterfaces() | 
| (package private) void | disposeCOMInterfaces() | 
| (package private) int | getAddress() | 
| (package private) int | IsNonBlocking(int _retval) | 
| (package private) int | QueryInterface(int riid,
              int ppvObject) | 
| (package private) int | Read(int aBuf,
    int aCount,
    int _retval) | 
| (package private) int | ReadSegments(int aWriter,
            int aClosure,
            int aCount,
            int _retval) | 
| (package private) int | Release() | 
XPCOMObject inputStream
int refCount
byte[] buffer
int index
int AddRef()
void createCOMInterfaces()
void disposeCOMInterfaces()
int getAddress()
int QueryInterface(int riid,
                 int ppvObject)
int Release()
int Close()
int Available(int _retval)
int Read(int aBuf,
       int aCount,
       int _retval)
int ReadSegments(int aWriter,
               int aClosure,
               int aCount,
               int _retval)
int IsNonBlocking(int _retval)