Documentation
¶
Index ¶
- type ZipExtractor
- func (ze *ZipExtractor) Features() savior.ExtractorFeatures
- func (ze *ZipExtractor) FlateThreshold() int64
- func (ze *ZipExtractor) Resume(checkpoint *savior.ExtractorCheckpoint, sink savior.Sink) (*savior.ExtractorResult, error)
- func (ze *ZipExtractor) SetConsumer(consumer *state.Consumer)
- func (ze *ZipExtractor) SetFlateThreshold(flateThreshold int64)
- func (ze *ZipExtractor) SetSaveConsumer(saveConsumer savior.SaveConsumer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZipExtractor ¶
type ZipExtractor struct {
// contains filtered or unexported fields
}
func (*ZipExtractor) Features ¶
func (ze *ZipExtractor) Features() savior.ExtractorFeatures
func (*ZipExtractor) FlateThreshold ¶
func (ze *ZipExtractor) FlateThreshold() int64
func (*ZipExtractor) Resume ¶
func (ze *ZipExtractor) Resume(checkpoint *savior.ExtractorCheckpoint, sink savior.Sink) (*savior.ExtractorResult, error)
func (*ZipExtractor) SetConsumer ¶
func (ze *ZipExtractor) SetConsumer(consumer *state.Consumer)
func (*ZipExtractor) SetFlateThreshold ¶
func (ze *ZipExtractor) SetFlateThreshold(flateThreshold int64)
func (*ZipExtractor) SetSaveConsumer ¶
func (ze *ZipExtractor) SetSaveConsumer(saveConsumer savior.SaveConsumer)
Click to show internal directories.
Click to hide internal directories.