static/jsvm/interfaces/filesystem.bytesReadSeekCloser.html
closelenreadreadAtreadBytereadRuneresetseeksizeunreadByteunreadRunewriteTo
Close implements the [io.ReadSeekCloser] interface.
Len returns the number of bytes of the unread portion of the slice.
Read implements the [io.Reader] interface.
ReadAt implements the [io.ReaderAt] interface.
ReadByte implements the [io.ByteReader] interface.
ReadRune implements the [io.RuneReader] interface.
Reset resets the [Reader] to be reading from b.
Seek implements the [io.Seeker] interface.
Size returns the original length of the underlying byte slice. Size is the number of bytes available for reading via [Reader.ReadAt]. The result is unaffected by any method calls except [Reader.Reset].
UnreadByte complements [Reader.ReadByte] in implementing the [io.ByteScanner] interface.
UnreadRune complements [Reader.ReadRune] in implementing the [io.RuneScanner] interface.
WriteTo implements the [io.WriterTo] interface.
OSLightDark
Generated using TypeDoc