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

3
LINES

< > BotCompany Repo | #1030291 // byteArrayInputStreamOrNull

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (33L/1K).

static ByteArrayInputStream byteArrayInputStreamOrNull(byte[] data) {
  ret data == null ? null : byteArrayInputStream(data);
}

Author comment

Began life as a copy of #1009236

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030291
Snippet name: byteArrayInputStreamOrNull
Eternal ID of this version: #1030291/1
Text MD5: 2c2f5f96e7777de3261e15b1fc128e9c
Transpilation MD5: b71b723a2574473e7289bcefa883d8c2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-27 16:06:45
Source code size: 129 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 107 / 157
Referenced in: [show references]