|
|||||||||
| Home >> All >> rcs >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
rcs.utils
Class CorrectedPipeData

java.lang.Objectrcs.utils.CorrectedPipeData
- public class CorrectedPipeData
- extends java.lang.Object
Contains information used by CorrectedPipedInputStream and CorrectedPipedOutputStream.
Related Documentation: RCS Library, NML Programmers Guide (Java Version) Source Code: CorrectedPipeData.java
| Field Summary | |
(package private) byte[] |
buffer
|
(package private) int |
length
|
(package private) int |
notify_count
|
(package private) int |
offset
|
(package private) int |
wait_count
|
| Constructor Summary | |
CorrectedPipeData()
|
|
| Method Summary | |
void |
PostNewData()
|
void |
WaitForData()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
buffer
byte[] buffer
offset
int offset
length
int length
wait_count
int wait_count
notify_count
int notify_count
| Constructor Detail |
CorrectedPipeData
public CorrectedPipeData()
| Method Detail |
WaitForData
public void WaitForData()
throws java.lang.InterruptedException
PostNewData
public void PostNewData()
|
|||||||||
| Home >> All >> rcs >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
rcs.utils.CorrectedPipeData