decodeJpgFile method

void decodeJpgFile(
  1. String path
)

Implementation

void decodeJpgFile(String path) {
  subCommand = DecodeJpgFileCmd(subCommand, path);
}