Documentation
¶
Index ¶
- type Streamer
- func (s *Streamer) FileInfoFromHeader(hdr *tar.Header) (string, int64, *winio.FileBasicInfo, error)
- func (s *Streamer) Next() (*tar.Header, error)
- func (s *Streamer) SetReader(r io.Reader)
- func (s *Streamer) WriteBackupStreamFromTarFile(w io.Writer, hdr *tar.Header, layerPath string) (nextHdr *tar.Header, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Streamer ¶
type Streamer struct {
// contains filtered or unexported fields
}
func (*Streamer) FileInfoFromHeader ¶
Click to show internal directories.
Click to hide internal directories.