StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.lib.uno.bridges.java_remote
Class XConnectionInputStream_Adapter

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--com.sun.star.lib.uno.bridges.java_remote.XConnectionInputStream_Adapter

synchronized class XConnectionInputStream_Adapter
extends java.io.InputStream


Field Summary
private static boolean DEBUG
           
protected  byte[][] _bytes
           
protected  com.sun.star.connection.XConnection _xConnection
           
 
Constructor Summary
(package private) XConnectionInputStream_Adapter(com.sun.star.connection.XConnection xc)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int i1, int i2)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG

_bytes

protected byte[][] _bytes

_xConnection

protected com.sun.star.connection.XConnection _xConnection
Constructor Detail

XConnectionInputStream_Adapter

XConnectionInputStream_Adapter(com.sun.star.connection.XConnection xc)
Method Detail

read

public int read()
         throws java.io.IOException

read

public int read(byte[] b,
                int i1,
                int i2)
         throws java.io.IOException

StarOffice 5.2 API
reverse engineered by classdoc