Interface TransferConvertBuffer<I,​O>

  • All Superinterfaces:
    java.lang.AutoCloseable, java.util.function.Consumer<O>, com.github.akurilov.commons.io.Input<I>, com.github.akurilov.commons.io.Output<O>, java.util.function.Supplier<I>
    All Known Implementing Classes:
    DelayedTransferConvertBuffer

    public interface TransferConvertBuffer<I,​O>
    extends com.github.akurilov.commons.io.Input<I>, com.github.akurilov.commons.io.Output<O>
    Created by kurila on 16.01.17.
    • Field Summary

      • Fields inherited from interface com.github.akurilov.commons.io.Input

        DELIMITER
    • Method Summary

      • Methods inherited from interface java.lang.AutoCloseable

        close
      • Methods inherited from interface java.util.function.Consumer

        andThen
      • Methods inherited from interface com.github.akurilov.commons.io.Input

        get, get, reset, skip
      • Methods inherited from interface com.github.akurilov.commons.io.Output

        accept, getInput, put, put, put