|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccStream
public class AccStream
IAccStream is used for streaming data. Streams that implement this
interface will also implement IStream/ISequentialStream.
| Method Summary | |
|---|---|
byte[] |
read(int maxSize)
Read a byte array from a stream |
void |
setAsyncListener(AccStreamListener piListener)
Set the listener for this stream. |
int |
write(byte[] buffer)
Write a byte array from a stream |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setAsyncListener(AccStreamListener piListener)
throws AccException
AccException
public byte[] read(int maxSize)
throws AccException
AccException
public int write(byte[] buffer)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||