Uses of Class
org.cryptomator.cryptofs.fh.ChunkData
-
Packages that use ChunkData Package Description org.cryptomator.cryptofs.fh -
-
Uses of ChunkData in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh that return ChunkData Modifier and Type Method Description static ChunkDataChunkData. emptyWithSize(int size)ChunkDataChunkCache. get(long chunkIndex)static ChunkDataChunkData. wrap(ByteBuffer bytes)Methods in org.cryptomator.cryptofs.fh with parameters of type ChunkData Modifier and Type Method Description voidChunkCache. set(long chunkIndex, ChunkData data)
-