Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 73 of 73 for WriteTo (0.07 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

      ): MockResponse.Builder {
        val response = builder.build()
        builder.onResponseEnd(ShutdownConnection)
        val headers = response.headers
        val fullBody = Buffer()
        response.body!!.writeTo(fullBody)
        val truncatedBody = Buffer()
        truncatedBody.write(fullBody, numBytesToKeep.toLong())
        builder.body(truncatedBody)
        builder.headers(headers)
        return builder
      }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  2. 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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. 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)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top