Package io.micronaut.objectstorage.local
Class LocalStorageEntry
java.lang.Object
io.micronaut.objectstorage.local.LocalStorageEntry
- All Implemented Interfaces:
io.micronaut.objectstorage.ObjectStorageEntry<Path>
public class LocalStorageEntry
extends Object
implements io.micronaut.objectstorage.ObjectStorageEntry<Path>
An
ObjectStorageEntry implementation for local storage.- Since:
- 2.0.0
-
Constructor Details
-
LocalStorageEntry
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceio.micronaut.objectstorage.ObjectStorageEntry<Path>
-
getInputStream
- Specified by:
getInputStreamin interfaceio.micronaut.objectstorage.ObjectStorageEntry<Path>
-
getNativeEntry
- Specified by:
getNativeEntryin interfaceio.micronaut.objectstorage.ObjectStorageEntry<Path>
-
getMetadata
- Specified by:
getMetadatain interfaceio.micronaut.objectstorage.ObjectStorageEntry<Path>
-
getContentType
- Specified by:
getContentTypein interfaceio.micronaut.objectstorage.ObjectStorageEntry<Path>
-