Interface EncryptedFileSegmentInputStream.ChunkProvider

Enclosing class:
EncryptedFileSegmentInputStream

public static interface EncryptedFileSegmentInputStream.ChunkProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the next chunk from the backing provider, if any chunks remain.
  • Method Details

    • nextChunk

      ByteBuffer nextChunk()
      Get the next chunk from the backing provider, if any chunks remain.
      Returns:
      Next chunk, else null if no more chunks remain.