SceneformBufferUtils

A simple class to read InputStreams Once the data is read it can be accessed as a ByteBuffer.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun inputStreamToByteBuffer(inputStreamCreator: Callable<InputStream>): ByteBuffer
Link copied to clipboard
open fun readFile(assets: AssetManager, path: String): ByteBuffer
Link copied to clipboard