public class EpollStreamTransportCharSpaced extends EpollStreamTransport
Constructor and Description |
---|
EpollStreamTransportCharSpaced(java.io.InputStream in,
java.io.OutputStream out,
InputStreamEPollWrapper epoll,
long charSpacing) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] data)
Perform a write, ensure space between chars
|
void |
write(byte[] data,
int len) |
removeConsumer, setConsumer
public EpollStreamTransportCharSpaced(java.io.InputStream in, java.io.OutputStream out, InputStreamEPollWrapper epoll, long charSpacing)
in
- out
- epoll
- public void write(byte[] data) throws java.io.IOException
write
in interface Transport
write
in class EpollStreamTransport
java.io.IOException
public void write(byte[] data, int len) throws java.io.IOException
write
in interface Transport
write
in class EpollStreamTransport
java.io.IOException
Copyright © 2014 Infinite Automation Systems. All Rights Reserved.