Package nbbrd.io
Interface Resource.Storer<K>
-
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
- Resource
public static interface Resource.Storer<K> extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstore(@NonNull K key, @NonNull OutputStream output)
-
-
-
Method Detail
-
store
void store(@NonNull K key, @NonNull OutputStream output) throws IOException, IllegalStateException
- Throws:
IOExceptionIllegalStateException
-
-