|
Move Method public position(position long) : void from class org.cryptomator.filesystem.inmem.InMemoryFile to public position(position long) : void from class org.cryptomator.filesystem.inmem.InMemoryReadableFile |
From |
To |
|
Move Method public write(source ByteBuffer) : int from class org.cryptomator.filesystem.inmem.InMemoryFile to public write(source ByteBuffer) : int from class org.cryptomator.filesystem.inmem.InMemoryWritableFile |
From |
To |
|
Move Method public read(target ByteBuffer) : int from class org.cryptomator.filesystem.inmem.InMemoryFile to public read(destination ByteBuffer) : int from class org.cryptomator.filesystem.inmem.InMemoryReadableFile |
From |
To |
|
Move Method public isOpen() : boolean from class org.cryptomator.filesystem.inmem.InMemoryFile to public isOpen() : boolean from class org.cryptomator.filesystem.inmem.InMemoryReadableFile |
From |
To |
|
Move Method public copyTo(other WritableFile) : void from class org.cryptomator.filesystem.inmem.InMemoryFile to public copyTo(other WritableFile) : void from class org.cryptomator.filesystem.inmem.InMemoryReadableFile |
From |
To |
|
Move Method public close() : void from class org.cryptomator.filesystem.inmem.InMemoryFile to public close() : void from class org.cryptomator.filesystem.inmem.InMemoryReadableFile |
From |
To |
|
Move Method public moveTo(other WritableFile) : void from class org.cryptomator.filesystem.inmem.InMemoryFile to public moveTo(other WritableFile) : void from class org.cryptomator.filesystem.inmem.InMemoryWritableFile |
From |
To |