Package nbbrd.io
Interface Resource.Storer<K>
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
Resource
-
Method Summary
-
Method Details
-
store
void store(@NonNull K key, @NonNull @NonNull OutputStream output) throws IOException, IllegalStateException - Throws:
IOExceptionIllegalStateException
-