type net.TCPConn (struct)
Method Implmentations (11 other methods implement nothing)
Close() error
*TCPConn.M : Conn.Close
*TCPConn.M : io.Closer.Close
*TCPConn.M : io.ReadCloser.Close
*TCPConn.M : io.ReadWriteCloser.Close
*TCPConn.M : io.WriteCloser.Close
Read(b []byte) (int, error)
*TCPConn.M : Conn.Read
*TCPConn.M : io.ReadCloser.Read
*TCPConn.M : io.Reader.Read
*TCPConn.M : io.ReadWriteCloser.Read
*TCPConn.M : io.ReadWriter.Read
Write(b []byte) (int, error)
*TCPConn.M : Conn.Write
*TCPConn.M : internal/bisect.Writer.Write
*TCPConn.M : io.ReadWriteCloser.Write
*TCPConn.M : io.ReadWriter.Write
*TCPConn.M : io.WriteCloser.Write
*TCPConn.M : io.Writer.Write
*TCPConn.M : crypto/tls.transcriptHash.Write
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |