github.com/bodgit/sevenzip@v1.5.1/internal/bra/bra.go (about)

     1  package bra
     2  
     3  type converter interface {
     4  	Size() int
     5  	Convert([]byte, bool) int
     6  }