Package org.cryptomator.cryptofs.fh
Class ChunkIO_Factory
- java.lang.Object
-
- org.cryptomator.cryptofs.fh.ChunkIO_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.fh.ChunkIO>,javax.inject.Provider<org.cryptomator.cryptofs.fh.ChunkIO>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class ChunkIO_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.fh.ChunkIO>
-
-
Constructor Summary
Constructors Constructor Description ChunkIO_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChunkIO_Factorycreate()org.cryptomator.cryptofs.fh.ChunkIOget()static org.cryptomator.cryptofs.fh.ChunkIOnewInstance()
-
-
-
Method Detail
-
get
public org.cryptomator.cryptofs.fh.ChunkIO get()
- Specified by:
getin interfacejavax.inject.Provider<org.cryptomator.cryptofs.fh.ChunkIO>
-
create
public static ChunkIO_Factory create()
-
newInstance
public static org.cryptomator.cryptofs.fh.ChunkIO newInstance()
-
-