Home
last modified time | relevance | path

Searched defs:OffsetWriter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dio.go570 type OffsetWriter struct { struct
571 w WriterAt
572 base int64 // the original offset
573 off int64 // the current offset
582 func (o *OffsetWriter) Write(p []byte) (n int, err error) {
588 func (o *OffsetWriter) WriteAt(p []byte, off int64) (n int, err error) {
597 func (o *OffsetWriter) Seek(offset int64, whence int) (int64, error) {