public UnixStream(UnixSocket usock) { this._usock = usock; }
public UnixStream(UnixSocket usock) { this.usock = usock; }
public UnixStream(int fd) { this._usock = new UnixSocket(fd); }
public UnixStream(int fd) { this.usock = new UnixSocket (fd); }