Wrap de.softpro.doc.InputStream as java.io.InputStream.
More...
List of all members.
Public Member Functions |
| JavaInputStream (long aStr) |
int | available () throws java.io.IOException |
void | close () throws java.io.IOException |
int | read () throws java.io.IOException |
int | read (byte[] b, int off, int len) throws java.io.IOException |
Protected Member Functions |
void | finalize () throws Throwable |
Detailed Description
Wrap de.softpro.doc.InputStream as java.io.InputStream.
Constructor & Destructor Documentation
de.softpro.doc.JavaInputStream.JavaInputStream |
( |
long |
aStr ) |
|
Member Function Documentation
int de.softpro.doc.JavaInputStream.available |
( |
) |
throws java.io.IOException |
void de.softpro.doc.JavaInputStream.close |
( |
) |
throws java.io.IOException |
void de.softpro.doc.JavaInputStream.finalize |
( |
) |
throws Throwable [protected] |
int de.softpro.doc.JavaInputStream.read |
( |
) |
throws java.io.IOException |
int de.softpro.doc.JavaInputStream.read |
( |
byte[] |
b, |
|
|
int |
off, |
|
|
int |
len |
|
) |
| throws java.io.IOException |
The documentation for this class was generated from the following file: