Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream interface {
// underlying reader
io.ReadCloser
// total size of the stream
Size() int64
// current read position
Pos() int64
// name of the stream, usually the filename?
Name() string
// number of lines in the stream
LineCount() int64
}
Stream is an interface for a gcode stream
Click to show internal directories.
Click to hide internal directories.