Пример #1
0
 /** new ResourceComposer */
 public ResourceComposer(String resName, String resExt, int foCount, int fileBase) {
   this.foCount = foCount;
   this.paddingSize = Utilities.expPaddingSize(foCount + fileBase - 1);
   this.fileBase = fileBase;
   this.resName = resName;
   this.resExt = resExt;
 }