Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WriteTo (0.26 sec)

  1. api/go1.txt

    pkg io, type Writer interface, Write([]uint8) (int, error)
    pkg io, type WriterAt interface { WriteAt }
    pkg io, type WriterAt interface, WriteAt([]uint8, int64) (int, error)
    pkg io, type WriterTo interface { WriteTo }
    pkg io, type WriterTo interface, WriteTo(Writer) (int64, error)
    pkg io, var EOF error
    pkg io, var ErrClosedPipe error
    pkg io, var ErrShortBuffer error
    pkg io, var ErrShortWrite error
    pkg io, var ErrUnexpectedEOF error
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  2. api/go1.1.txt

    pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error)
    pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error)
    pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error)
    pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error)
    pkg bufio, method (*Scanner) Bytes() []uint8
    pkg bufio, method (*Scanner) Err() error
    pkg bufio, method (*Scanner) Scan() bool
    pkg bufio, method (*Scanner) Split(SplitFunc)
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top