MCPcopy Create free account
hub / github.com/Peergos/Peergos / setBytes

Method setBytes

src/peergos/server/sync/SyncFilesystem.java:64–64  ·  view source on GitHub ↗

@param p @param fileOffset @param data @param size @param hash @param modificationTime @param thumbnail @param props @param isCancelled @param progress @return The actual modification time the filesystem returns after write @throws IOException

(Path p,
                                     long fileOffset,
                                     AsyncReader data,
                                     long size,
                                     Optional<HashTree> hash,
                                     Optional<LocalDateTime> modificationTime,
                                     Optional<Thumbnail> thumbnail,
                                     ResumeUploadProps props,
                                     Supplier<Boolean> isCancelled,
                                     Consumer<String> progress)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

putMethod · 0.65
setChainMethod · 0.65
removeMethod · 0.65
getMethod · 0.65
hasBlocksMethod · 0.65
getAllMethod · 0.65
getOwnerMethod · 0.65
setOwnerMethod · 0.65
setOwnerAndVersionMethod · 0.65
putMethod · 0.65
sizeMethod · 0.65
applyToAllMethod · 0.65

Implementers 3

LocalFileSystemsrc/peergos/server/sync/LocalFileSyste
PeergosSyncFSsrc/peergos/server/sync/PeergosSyncFS.
CloudFilesProvidersrc/peergos/server/cfapi/CloudFilesPro

Calls

no outgoing calls

Tested by

no test coverage detected