wrap

abstract fun wrap(input: InputStream): Impl
abstract fun wrap(reader: Reader): Impl
abstract fun wrap(bytes: ByteArray): Impl
abstract fun wrap(buffer: ByteBuffer): Impl

TBD.