chronicle-bytes shared DirectBytesStores
问题 I've created a MappedBytes instance to a file that I'm using as shared cache between different Java processes. I would like to be able to split out additional MappedByte instances (or ByteBuffer or any other instance) from the original that provide direct read/write access to a subset of the underlying file. I've spent today experimenting with different methods but options like subBytes() , rawCopy() and copyTo() all seem to create local copies of the underlying file, rather than accessing