Class FragmentedImpExInputStream

java.lang.Object
java.io.InputStream
com.hybris.datahub.core.services.impl.FragmentedImpExInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class FragmentedImpExInputStream extends InputStream
An input stream for reading the fragmented ImpEx file content received from DataHub.
  • Constructor Details

    • FragmentedImpExInputStream

      public FragmentedImpExInputStream(List<ImpExFragment> f)
      Instantiates this input stream.
      Parameters:
      f - a list of ImpEx fragments to read content from. This stream will read the fragments in the same order they received in the list.
  • Method Details