com.skype.ipc
Interface OutputTransporting

All Known Implementing Classes:
LoggedBufferedOutputStream, LoggedTlsInputOutputStream

public interface OutputTransporting


Method Summary
 void close()
           
 void writeByte(int value)
           
 void writeByteAndFlush(int value)
           
 void writeBytes(byte[] src)
           
 void writeBytesAndFlush(byte[] src)
           
 

Method Detail

writeBytes

void writeBytes(byte[] src)
                throws java.io.IOException
Throws:
java.io.IOException

writeBytesAndFlush

void writeBytesAndFlush(byte[] src)
                        throws java.io.IOException
Throws:
java.io.IOException

writeByte

void writeByte(int value)
               throws java.io.IOException
Throws:
java.io.IOException

writeByteAndFlush

void writeByteAndFlush(int value)
                       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.