Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadWriteSeeker ¶
type ReadWriteSeeker struct {
// contains filtered or unexported fields
}
ReadWriteSeeker is an in-memory io.ReadWriteSeeker implementation
func (*ReadWriteSeeker) Close ¶
func (rws *ReadWriteSeeker) Close() error
Close is a no-op that implements the io.Closer interface
func (*ReadWriteSeeker) Read ¶
func (rws *ReadWriteSeeker) Read(b []byte) (n int, err error)
Read implements the io.Reader interface
Click to show internal directories.
Click to hide internal directories.