Documentation ¶
Index ¶
Constants ¶
View Source
const MetadataSize = common.HashLength + 8 + 8
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadingFile ¶
type DownloadingFile struct {
// contains filtered or unexported fields
}
func CreateDownloadingFile ¶
func (*DownloadingFile) Close ¶
func (file *DownloadingFile) Close() error
func (*DownloadingFile) Metadata ¶
func (file *DownloadingFile) Metadata() *Metadata
func (*DownloadingFile) Seal ¶
func (file *DownloadingFile) Seal() error
func (*DownloadingFile) Write ¶
func (file *DownloadingFile) Write(data []byte) error
Click to show internal directories.
Click to hide internal directories.