header method

  1. @override
String header()
override

Implementation

@override
String header() {
  return _compress ? "ZG" : "CG";
}