Class InputStreamDataSupplier

java.lang.Object
cool.scx.io.InputStreamDataSupplier
All Implemented Interfaces:
Supplier<DataNode>

public class InputStreamDataSupplier extends Object implements Supplier<DataNode>
InputStreamDataSupplier
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • InputStreamDataSupplier

      public InputStreamDataSupplier(InputStream inputStream)
    • InputStreamDataSupplier

      public InputStreamDataSupplier(InputStream inputStream, boolean compress)
    • InputStreamDataSupplier

      public InputStreamDataSupplier(InputStream inputStream, int bufferLength)
    • InputStreamDataSupplier

      public InputStreamDataSupplier(InputStream inputStream, int bufferLength, boolean compress)
  • Method Details