Class EncryptedFileSegmentInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.DataInput, java.lang.AutoCloseable, DataInputPlus, FileDataInput, RewindableDataInput

    public class EncryptedFileSegmentInputStream
    extends FileSegmentInputStream
    implements FileDataInput, java.io.DataInput
    Each segment of an encrypted file may contain many encrypted chunks, and each chunk needs to be individually decrypted to reconstruct the full segment.