EBMLParserElement constructor

EBMLParserElement(
  1. List<int> buf
)

Implementation

EBMLParserElement(List<int> buf) : buffer = EBMLParserBuffer(buf);