encodeBmpFile method

void encodeBmpFile(
  1. String path
)

Implementation

void encodeBmpFile(String path) {
  subCommand = EncodeBmpFileCmd(subCommand, path);
}