Uses of Interface
com.fizzed.crux.util.InOuts.ByteReadConsumer
-
-
Uses of InOuts.ByteReadConsumer in com.fizzed.crux.util
Methods in com.fizzed.crux.util with parameters of type InOuts.ByteReadConsumer Modifier and Type Method Description static longInOuts. consume(java.io.InputStream input, int bufferSize, InOuts.ByteReadConsumer consumer)Consumes an input stream in chunks (the buffer size) and allows you to simply write the consuming code.static longInOuts. consume(java.io.InputStream input, InOuts.ByteReadConsumer consumer)Consumes an input stream in chunks (the buffer size) and allows you to simply write the consuming code.
-