public interface BIOCallback
int write(byte[] buf)
buf
- containing the bytes to write.int read(byte[] buf)
buf
- buffer to store the read bytes.int puts(java.lang.String data)
data
- String to writejava.lang.String gets(int len)
len
- Maximum number of characters to readCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.