StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.comp.connections
Class PipedConnection$Reader

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.sun.star.comp.connections.PipedConnection$Reader
All Implemented Interfaces:
java.lang.Runnable

synchronized class PipedConnection$Reader
extends java.lang.Thread


Field Summary
(package private)  com.sun.star.comp.connections.PipedConnection _pipedConnection
           
(package private)  byte[] _theByte
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, PrivateInfo, activeThreadQ, daemon, eetop, group, initial_stack_memory, name, priority, single_step, stillborn, target, threadInitNumber, threadQ
 
Constructor Summary
(package private) PipedConnection$Reader(com.sun.star.comp.connections.PipedConnection pc, byte[] b)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, resume, resume0, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_pipedConnection

com.sun.star.comp.connections.PipedConnection _pipedConnection

_theByte

byte[] _theByte
Constructor Detail

PipedConnection$Reader

PipedConnection$Reader(com.sun.star.comp.connections.PipedConnection pc,
                       byte[] b)
Method Detail

run

public void run()

StarOffice 5.2 API
reverse engineered by classdoc