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