Documentation ¶ Index ¶ type A1 func (a *A1) CheckPackage(in *bufio.Reader, encrypt *model.Encrypt) error func (a *A1) Compress(in string, out *os.File, encrypt *model.Encrypt) error func (a *A1) Uncompress(in *bufio.Reader, out string, encrypt *model.Encrypt) error func (A1) Version() model.HeadVersion type Head Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type A1 ¶ type A1 struct { // contains filtered or unexported fields } func (*A1) CheckPackage ¶ func (a *A1) CheckPackage(in *bufio.Reader, encrypt *model.Encrypt) error func (*A1) Compress ¶ func (a *A1) Compress(in string, out *os.File, encrypt *model.Encrypt) error func (*A1) Uncompress ¶ func (a *A1) Uncompress(in *bufio.Reader, out string, encrypt *model.Encrypt) error func (A1) Version ¶ func (A1) Version() model.HeadVersion type Head ¶ type Head struct { IsEncryption bool } Source Files ¶ View all Source files a1.godecrypt.goencrypt.go Click to show internal directories. Click to hide internal directories.