public class StreamTransportCharSpaced extends StreamTransport
in, out| 构造器和说明 |
|---|
StreamTransportCharSpaced(InputStream in,
OutputStream out,
long charSpacing) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
write(byte[] data)
Perform a write, ensure space between chars
|
void |
write(byte[] data,
int len) |
removeConsumer, run, setConsumer, setReadDelay, start, stoppublic StreamTransportCharSpaced(InputStream in, OutputStream out, long charSpacing)
in - out - public void write(byte[] data)
throws IOException
write 在接口中 Transportwrite 在类中 StreamTransportIOExceptionpublic void write(byte[] data,
int len)
throws IOException
write 在接口中 Transportwrite 在类中 StreamTransportIOExceptionCopyright © 2018. All rights reserved.