Documentation
¶
Index ¶
- func GetTextString(file *os.File, a int64) string
- type AttFile
- type Block
- func (b *Block) BlankBlock() *Block
- func (b *Block) GetFileName(file *os.File, a int64) string
- func (b *Block) GetMdComment() int64
- func (b *Block) GetMimeType(file *os.File, a int64) string
- func (b *Block) GetTxFilename() int64
- func (b *Block) GetTxMimeType() int64
- func (b *Block) LoadAttachmentFile(file *os.File) *AttFile
- func (b *Block) Next() int64
- type Data
- type Link
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AttFile ¶
type Block ¶
func (*Block) BlankBlock ¶
func (*Block) GetMdComment ¶
func (*Block) GetTxFilename ¶
func (*Block) GetTxMimeType ¶
type Data ¶
type Data struct {
Flags uint16
// Creator index, i.e. zero-based index of FHBLOCK in global list
// of FHBLOCKs that specifies which application has created this attachment,
// or changed it most recently.
CreatorIndex uint16
Reserved [4]byte
// 128-bit value for MD5 check sum. Only valid if "MD5 check sum valid"
// flag (bit 2) is set.
MD5Checksum [16]byte
// Original data size in Bytes, i.e. either for external file or for
// compressed data.
OriginalSize uint64
// Embedded data size N, i.e. number of Bytes for binary embedded data
// following this element.
EmbeddedSize uint64
//Contains binary embedded data
EmbeddedData []byte
}
Click to show internal directories.
Click to hide internal directories.