MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / readFully

Method readFully

CodenameOne/src/com/codename1/io/Util.java:1681–1683  ·  view source on GitHub ↗
(InputStream i, byte b[])

Source from the content-addressed store, hash-verified

1679 /// input stream does not support reading after close, or
1680 /// another I/O error occurs.
1681 public static void readFully(InputStream i, byte b[]) throws IOException {
1682 readFully(i, b, 0, b.length);
1683 }
1684
1685 /// The read fully method from data input stream is very useful for all types of
1686 /// streams...

Callers 7

getImageDataMethod · 0.95
runMethod · 0.95
fetchMethod · 0.95
actionPerformedMethod · 0.95
createMethod · 0.95

Calls 1

readMethod · 0.65