SignDoc SDK (Java)  5.0.0
JavaInputStream Class Reference

Wrap de::softpro::doc::InputStream as java.io.InputStream. More...

Inheritance diagram for JavaInputStream:

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

JavaInputStream ( long  aStr)

Member Function Documentation

int available ( ) throws java.io.IOException
void close ( ) throws java.io.IOException
void finalize ( ) throws Throwable
protected
int read ( ) throws java.io.IOException
int read ( byte[]  b,
int  off,
int  len 
) throws java.io.IOException

The documentation for this class was generated from the following file: