BlockReader.fromBlock constructor

BlockReader.fromBlock(
  1. int blockType,
  2. ByteData stream
)

Implementation

BlockReader.fromBlock(this.blockType, ByteData stream) : super(stream);