Klasse ReportCacheInputStream

java.lang.Object
java.io.InputStream
com.inet.lib.io.FastByteArrayInputStream
com.inet.lib.io.ChunkedInputStream
com.inet.report.cache.ReportCacheInputStream
Alle implementierten Schnittstellen:
Closeable, AutoCloseable

public class ReportCacheInputStream extends com.inet.lib.io.ChunkedInputStream
A stream result from a report in the cache.
Seit:
17.0
  • Konstruktordetails

    • ReportCacheInputStream

      public ReportCacheInputStream(ReportCacheKey key, int timeout)
      Create new instance and fetch the first page.
      Parameter:
      key - the key for the report
      timeout - the timeout on access the cache API in milliseconds, 0 means unlimited wait.
      Seit:
      17.0
  • Methodendetails

    • nextChunk

      protected byte[] nextChunk()
      Angegeben von:
      nextChunk in Klasse com.inet.lib.io.ChunkedInputStream