Class JsonLineGenericIterator<T>

java.lang.Object
fr.gouv.vitam.worker.core.distribution.JsonLineGenericIterator<T>
All Implemented Interfaces:
CloseableIterator<T>, VitamAutoCloseable, AutoCloseable, Iterator<T>

public class JsonLineGenericIterator<T> extends Object implements CloseableIterator<T>
  • Constructor Details

    • JsonLineGenericIterator

      public JsonLineGenericIterator(InputStream inputStream, com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
  • Method Details