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

3
LINES

< > BotCompany Repo | #1033930 // lBASE64 - length after BASE64 encoding

JavaX fragment (include)

static long lBASE64(long dataBytes) {
  ret 4*((dataBytes + 2)/3);
}

Author comment

Began life as a copy of #1000750

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033930
Snippet name: lBASE64 - length after BASE64 encoding
Eternal ID of this version: #1033930/1
Text MD5: 3132471913a7273bde0803565d0c5500
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-12 18:12:00
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 49 / 65
Referenced in: [show references]