Skip to content

Instantly share code, notes, and snippets.

@martinusadyh
Created October 3, 2014 18:11
Show Gist options
  • Save martinusadyh/a8202efbffd3638cf10e to your computer and use it in GitHub Desktop.
Save martinusadyh/a8202efbffd3638cf10e to your computer and use it in GitHub Desktop.
Penggunaan Packager
// Untuk packager bertipe xml
ISOPackager packager = new GenericPackager("packager/iso93ascii.xml");
// Untuk packager bertipe class
ISOPackager packager = new CustomPackager();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment