package store

import "github.com/forensicanalysis/artifactcollector/store"

Index

Types

type ZipStore

type ZipStore struct {
	// contains filtered or unexported fields
}

func NewSimpleStore

func NewSimpleStore(f *os.File) *ZipStore

func (*ZipStore) Close

func (k *ZipStore) Close() error

func (*ZipStore) InsertStruct

func (k *ZipStore) InsertStruct(artifact, id string, element interface{}) error

func (*ZipStore) LoadFile

func (k *ZipStore) LoadFile(filePath string) (file io.Reader, err error)

func (*ZipStore) StoreFile

func (k *ZipStore) StoreFile(filePath string) (storePath string, file io.Writer, err error)

func (*ZipStore) Write

func (k *ZipStore) Write(b []byte) (int, error)

Source Files

zipstore.go

Directories

PathSynopsis
store/aczipPackage zip provides support for reading and writing ZIP archives.
Version
v0.17.1 (latest)
Published
Oct 19, 2024
Platform
linux/amd64
Imports
9 packages
Last checked
2 days ago

Tools for package owners.