filter

package
v0.0.0-...-fa121f2 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReader

func NewReader(src io.Reader, start, period int) io.Reader

NewReader creates new reader from existing reader, that will skip start amount of bytes and then will return each period's byte.

Example: NewReader(_, 2, 2) applied to reader returning [0 1 2 3 4 5] will return reader returning [2 4].

Types

This section is empty.

Jump to

Keyboard shortcuts

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