Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Read (0.15 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EVFILT_PROC = 4
    pkg syscall (netbsd-arm64-cgo), const EVFILT_PROC ideal-int
    pkg syscall (netbsd-arm64-cgo), const EVFILT_READ = 0
    pkg syscall (netbsd-arm64-cgo), const EVFILT_READ ideal-int
    pkg syscall (netbsd-arm64-cgo), const EVFILT_SIGNAL = 5
    pkg syscall (netbsd-arm64-cgo), const EVFILT_SIGNAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const EVFILT_SYSCOUNT = 7
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <code>E</code>
    [<a href="#Go_1.18">Go 1.18</a>].
    </p>
    
    <pre>
    type Reader interface {
    	Read(p []byte) (n int, err error)
    	Close() error
    }
    
    type Writer interface {
    	Write(p []byte) (n int, err error)
    	Close() error
    }
    
    // ReadWriter's methods are Read, Write, and Close.
    type ReadWriter interface {
    	Reader  // includes methods of Reader in ReadWriter's method set
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const PT_KILL ideal-int
    pkg syscall (darwin-arm64), const PT_READ_D = 2
    pkg syscall (darwin-arm64), const PT_READ_D ideal-int
    pkg syscall (darwin-arm64), const PT_READ_I = 1
    pkg syscall (darwin-arm64), const PT_READ_I ideal-int
    pkg syscall (darwin-arm64), const PT_READ_U = 3
    pkg syscall (darwin-arm64), const PT_READ_U ideal-int
    pkg syscall (darwin-arm64), const PT_SIGEXC = 12
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top