Interface EncryptedFileSegmentInputStream.ChunkProvider

    • Method Detail

      • nextChunk

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