Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

22
LINES

< > BotCompany Repo | #1016646 // Total Size Of Print Buffers

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (14513L/101K).

!7

sclass PrintBuffers extends DynBigNumber {
  void start {
    super.start();
    setDescription("PRINT BUFFERS");
    ownTimer(doEveryAndNow(5.0, r actualUpdate));
  }
  
  void actualUpdate {
    Set<StringBuffer> set = asSet(allPrintBuffers());
    //totalByteSizeOfCharSequences(set)
    long n = totalByteCapacityOfStringBuffers_generic(set);
    setValue(toK(n) + " K, " + n2(set, "buffer"));
  }
  
  JComponent visualize() {
    ret withCenteredButtons(super.visualize(),
      "Trim", r trimAllPrintBuffers,
      "Clear", r clearAllPrintBuffers);
  }
}

Author comment

Began life as a copy of #1016643

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016646
Snippet name: Total Size Of Print Buffers
Eternal ID of this version: #1016646/7
Text MD5: 6c4f5933086f45c791d39a368f8db000
Transpilation MD5: c37139e7d1a8259716f087b70a48febb
Author: stefan
Category: javax / modules
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-22 20:28:43
Source code size: 586 bytes / 22 lines
Pitched / IR pitched: No / No
Views / Downloads: 339 / 445
Version history: 6 change(s)
Referenced in: [show references]