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

4
LINES

< > BotCompany Repo | #1032926 // verifyInputStreamWithEOF

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

Libraryless. Click here for Pure Java version (3887L/22K).

svoid verifyInputStreamWithEOF(InputStream in, byte[] data) ctex {
  verifyInputStream(in, data);
  assertEquals(-1, in.read());
}

Author comment

Began life as a copy of #1032925

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032926
Snippet name: verifyInputStreamWithEOF
Eternal ID of this version: #1032926/1
Text MD5: 06ffc85afe2a60517ee6129fe7fb7fb8
Transpilation MD5: 0fcb3e79b255e252a98544bf7bdd0a21
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-10 23:34:04
Source code size: 133 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 93
Referenced in: [show references]