MCPcopy Create free account
hub / github.com/ReadyTalk/avian / blockData

Method blockData

classpath/java/io/ObjectOutputStream.java:86–88  ·  view source on GitHub ↗
(int... bytes)

Source from the content-addressed store, hash-verified

84 }
85
86 private void blockData(int... bytes) throws IOException {
87 blockData(bytes, null, null);
88 }
89
90 private void blockData(int[] bytes, byte[] bytes2, char[] chars) throws IOException {
91 int count = (bytes == null ? 0 : bytes.length)

Callers 9

writeBooleanMethod · 0.95
writeByteMethod · 0.95
writeShortMethod · 0.95
writeCharMethod · 0.95
writeIntMethod · 0.95
writeLongMethod · 0.95
writeBytesMethod · 0.95
writeCharsMethod · 0.95
writeUTFMethod · 0.95

Calls 3

rawByteMethod · 0.95
rawIntMethod · 0.95
rawShortMethod · 0.95

Tested by

no test coverage detected