MCPcopy Create free account
hub / github.com/Gagravarr/VorbisJava / readFully

Method readFully

core/src/main/java/org/gagravarr/ogg/IOUtils.java:33–35  ·  view source on GitHub ↗
(InputStream inp, byte[] destination)

Source from the content-addressed store, hash-verified

31 protected static final Charset UTF8 = Charset.forName("UTF-8");
32
33 public static void readFully(InputStream inp, byte[] destination) throws IOException {
34 readFully(inp, destination, 0, destination.length);
35 }
36 public static void readFully(InputStream inp, byte[] destination, int offset, int length) throws IOException {
37 int read = 0;
38 int r;

Callers 8

testReadWriteContentsMethod · 0.95
testCRCProblemMethod · 0.95
truncateMethod · 0.95
openMethod · 0.95
FlacNativeFileMethod · 0.95
createMethod · 0.95
OggPageMethod · 0.95

Calls 1

readMethod · 0.45

Tested by 4

testReadWriteContentsMethod · 0.76
testCRCProblemMethod · 0.76
truncateMethod · 0.76