Uses of Class
adams.data.io.input.opus.OpusBlockHelper.BlockDefinition
-
Packages that use OpusBlockHelper.BlockDefinition Package Description adams.data.io.input.opus -
-
Uses of OpusBlockHelper.BlockDefinition in adams.data.io.input.opus
Methods in adams.data.io.input.opus that return types with arguments of type OpusBlockHelper.BlockDefinition Modifier and Type Method Description static List<OpusBlockHelper.BlockDefinition>
OpusBlockHelper. readDefinitions(byte[] buf, adams.core.MessageCollection errors)
Parses the opus header and returns the blocks definitions.static List<OpusBlockHelper.BlockDefinition>
OpusBlockHelper. readDefinitions(File file, adams.core.MessageCollection errors)
Parses the opus header and returns the blocks definitions.Method parameters in adams.data.io.input.opus with type arguments of type OpusBlockHelper.BlockDefinition Modifier and Type Method Description static List<OpusBlockHelper.Block>
OpusBlockHelper. readBlocks(byte[] buf, List<OpusBlockHelper.BlockDefinition> defs)
Creates blocks from the definitions.
-