com.skype.ipc
Interface InputTransporting

All Known Implementing Classes:
EventBuffer, LoggedBufferedInputStream, LoggedTlsInputOutputStream

public interface InputTransporting


Method Summary
 void close()
           
 int readByte()
           
 void readBytes(byte[] dest)
           
 void readBytes(byte[] dest, int offset, int numBytes)
           
 void skipBytes(int numBytes)
           
 

Method Detail

skipBytes

void skipBytes(int numBytes)
               throws java.io.IOException
Throws:
java.io.IOException

readBytes

void readBytes(byte[] dest)
               throws java.io.IOException
Throws:
java.io.IOException

readBytes

void readBytes(byte[] dest,
               int offset,
               int numBytes)
               throws java.io.IOException
Throws:
java.io.IOException

readByte

int readByte()
             throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.