Interface EncryptedFileSegmentInputStream.ChunkProvider
-
- Enclosing class:
- EncryptedFileSegmentInputStream
public static interface EncryptedFileSegmentInputStream.ChunkProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
nextChunk()
Get the next chunk from the backing provider, if any chunks remain.
-