Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DecryptPartReader ¶
type DecryptPartReader struct {
// contains filtered or unexported fields
}
func NewDecryptPartReader ¶
func NewDecryptPartReader(filePath string, pass []byte) (*DecryptPartReader, error)
NewDecryptPartReader creates a new DecryptPartReader
func (*DecryptPartReader) Close ¶
func (d *DecryptPartReader) Close() error
Close closes the input and output files
Click to show internal directories.
Click to hide internal directories.