Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 JCR 中已保存的文件中附加一些字节。我们该怎么做?该文件存储在 JCR 存储库中的 nt:unstructured 节点中。有什么建议么 ?
由于二进制值是流式传输的,我认为您别无选择,只能使用原始流加上要附加的额外字节来创建新的二进制。换句话说,我不知道内置功能的实用性,所以你必须自己编写这个最小的代码。