Documentation
¶
Index ¶
- type Writer
- func (w *Writer) Bytes() []byte
- func (w *Writer) HeaderExpr() string
- func (w *Writer) NeedUnsafe() bool
- func (w *Writer) Printf(format string, args ...interface{})
- func (w *Writer) ReadField(name string, t types.Type)
- func (w *Writer) SizeExpr() string
- func (w *Writer) WriteField(name string, t types.Type)
- func (w *Writer) WriteTo(writer io.Writer) (n int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) HeaderExpr ¶
func (*Writer) NeedUnsafe ¶
Click to show internal directories.
Click to hide internal directories.