make stream private

This commit is contained in:
Lucas Clemente
2016-04-25 17:50:35 +02:00
parent a79f7c4dc6
commit 23a1e08e90
7 changed files with 155 additions and 146 deletions

View File

@@ -17,6 +17,7 @@ type Stream interface {
io.Reader
io.ByteReader
io.Writer
io.Closer
}
// ReadUintN reads N bytes