Class InputStreamDataSupplier

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

public class InputStreamDataSupplier extends Object implements Supplier<LinkedDataReader.Node>
  • 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