rewindAndGet

abstract fun rewindAndGet(): T

Rewinds the wrapped data back to the beginning and returns the re-wound data (or a wrapper for the re-wound data).

Return

An object pointing to the wrapped data.