com.skype.ipc
Interface OutputTransporting
- All Known Implementing Classes:
- LoggedBufferedOutputStream, LoggedTlsInputOutputStream
public interface OutputTransporting
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.