Module com.github.akurilov.commons
Interface IoBuffer<T>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.util.function.Consumer<T>,Input<T>,Output<T>,java.util.function.Supplier<T>
- All Known Implementing Classes:
LimitedQueueBuffer
public interface IoBuffer<T> extends Input<T>, Output<T>
An items buffer acting as input either output
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()intsize()
-