Uses of Class
io.github.lukehutch.fastclasspathscanner.utils.InputStreamOrByteBufferAdapter
-
Packages that use InputStreamOrByteBufferAdapter Package Description io.github.lukehutch.fastclasspathscanner.utils -
-
Uses of InputStreamOrByteBufferAdapter in io.github.lukehutch.fastclasspathscanner.utils
Methods in io.github.lukehutch.fastclasspathscanner.utils that return InputStreamOrByteBufferAdapter Modifier and Type Method Description static InputStreamOrByteBufferAdapter
InputStreamOrByteBufferAdapter. create(InputStream inputStream)
Create a new InputStream adapter.static InputStreamOrByteBufferAdapter
InputStreamOrByteBufferAdapter. create(ByteBuffer byteBuffer)
Create a new ByteBuffer adapter.
-