Package ru.ilb.jfunction.streams
Interface InputStreamToBytesFunction
-
- All Superinterfaces:
ExceptionalFunction<InputStream,byte[],IOException>
- All Known Implementing Classes:
InputStreamToBytesFunctionImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface InputStreamToBytesFunction extends ExceptionalFunction<InputStream,byte[],IOException>
ReadsInputStreamto String- Author:
- slavb
-
-
Field Summary
Fields Modifier and Type Field Description static InputStreamToBytesFunctionINSTANCEDefault implementation
-
Method Summary
-
Methods inherited from interface ru.ilb.jfunction.exception.ExceptionalFunction
apply
-
-
-
-
Field Detail
-
INSTANCE
static final InputStreamToBytesFunction INSTANCE
Default implementation
-
-