com.skype.ipc
Class EventBuffer
java.lang.Object
com.skype.ipc.EventBuffer
- All Implemented Interfaces:
- InputTransporting
public final class EventBuffer
- extends java.lang.Object
- implements InputTransporting
|
Constructor Summary |
EventBuffer(int listMaxNested,
int listMaxElem)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBuffer
public EventBuffer(int listMaxNested,
int listMaxElem)
isEmpty
public boolean isEmpty()
skipBytes
public void skipBytes(int numBytes)
throws java.io.IOException
- Specified by:
skipBytes in interface InputTransporting
- Throws:
java.io.IOException
readBytes
public void readBytes(byte[] dest,
int offset,
int numBytes)
throws java.io.IOException
- Specified by:
readBytes in interface InputTransporting
- Throws:
java.io.IOException
readByte
public int readByte()
throws java.io.IOException
- Specified by:
readByte in interface InputTransporting
- Throws:
java.io.IOException
readBytes
public void readBytes(byte[] dest)
throws java.io.IOException
- Specified by:
readBytes in interface InputTransporting
- Throws:
java.io.IOException
bufferEvent
public void bufferEvent(InputTransporting transport)
throws java.io.IOException
- Throws:
java.io.IOException
bufferChange
public void bufferChange(InputTransporting transport)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in interface InputTransporting
- Throws:
java.io.IOException
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.