Package org.cryptomator.cryptofs
Class LongFileNameProvider
- java.lang.Object
-
- org.cryptomator.cryptofs.LongFileNameProvider
-
@CryptoFileSystemScoped public class LongFileNameProvider extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLongFileNameProvider.DeflatedFileName
-
Constructor Summary
Constructors Constructor Description LongFileNameProvider(ReadonlyFlag readonlyFlag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongFileNameProvider.DeflatedFileNamedeflate(Path c9rPath)Stringinflate(Path c9sPath)booleanisDeflated(String possiblyDeflatedFileName)
-
-
-
Constructor Detail
-
LongFileNameProvider
@Inject public LongFileNameProvider(ReadonlyFlag readonlyFlag)
-
-
Method Detail
-
isDeflated
public boolean isDeflated(String possiblyDeflatedFileName)
-
inflate
public String inflate(Path c9sPath) throws IOException
- Throws:
IOException
-
deflate
public LongFileNameProvider.DeflatedFileName deflate(Path c9rPath)
-
-