Ogg.readArray

Read data of ogg stream in to array of specified type. This in untested and should probably not be used see the read() function instead.

class Ogg
deprecated override
T[]
readArray
(
T
)
(
uint bufferLength = 4096
,,)
if (
isNumeric!T
)

Meta