decodeBmpFile method

void decodeBmpFile(
  1. String path
)

Implementation

void decodeBmpFile(String path) {
  subCommand = DecodeBmpFileCmd(subCommand, path);
}