MCPcopy Index your code
hub / github.com/davidgiven/luje / write

Method write

lib/org/apache/harmony/luni/platform/IFileSystem.java:63–63  ·  view source on GitHub ↗
(long fileDescriptor, byte[] bytes, int offset, int length)

Source from the content-addressed store, hash-verified

61 throws IOException;
62
63 public long write(long fileDescriptor, byte[] bytes, int offset, int length)
64 throws IOException;
65
66// public long readv(long fileDescriptor, long[] addresses, int[] offsets,

Callers 7

flushInternalMethod · 0.65
writeMethod · 0.65
writeToMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
flushMethod · 0.65
writeMethod · 0.65

Implementers 1

OSFileSystemlib/org/apache/harmony/luni/platform/O

Calls

no outgoing calls

Tested by

no test coverage detected