fsdump

package module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2025 License: MIT Imports: 6 Imported by: 4

README

Internal library for decryption tools

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelFileSource

type ChannelFileSource struct {
	Chan chan File
}

func (*ChannelFileSource) GetFile

func (source *ChannelFileSource) GetFile() *File

type Dumper

type Dumper struct {
	Src        FileSource
	Dest       string
	NumWorkers int
	// intended for progress bars
	ThroughputMonitor io.Writer
}

func (*Dumper) Run

func (dumper *Dumper) Run()

type File

type File struct {
	io.Reader
	io.Closer
	Path string
}

type FileSource

type FileSource interface {
	GetFile() *File
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL