public interface ISocket extends Closeable
boolean isClosed()
boolean isConnected()
int write(byte[] bytes) throws IOException
IOException
int read(byte[] bytes, int offset, int len) throws IOException
IOException
Copyright © 2023. All rights reserved.