type go.pact.im/x/extraio.UnpadReader

7 uses

	go.pact.im/x/extraio (current package)
		extraio.go#L15: 	_ io.Reader = (*UnpadReader)(nil)
		unpad.go#L9: type UnpadReader struct {
		unpad.go#L20: func NewUnpadReader(r io.Reader, blockSize uint8) *UnpadReader {
		unpad.go#L25: 	return &UnpadReader{
		unpad.go#L35: func (r *UnpadReader) Reset() {
		unpad.go#L44: func (r *UnpadReader) Read(p []byte) (int, error) {
		unpad.go#L100: func (r *UnpadReader) unpad(p []byte) (int, error) {