Versions in this module Expand all Collapse all v0 v0.1.0 Sep 29, 2023 Changes in this version + func ReleaseByteBuffer(b *ByteBuffer) + func ReleaseWriter(qw *Writer) + type ByteBuffer bytebufferpool.ByteBuffer + func AcquireByteBuffer() *ByteBuffer + func (b *ByteBuffer) Reset() + func (b *ByteBuffer) Write(p []byte) (int, error) + type QWriter struct + func (w *QWriter) D(n int) + func (w *QWriter) DL(n int64) + func (w *QWriter) DL16(n int16) + func (w *QWriter) DL32(n int32) + func (w *QWriter) DL8(n int8) + func (w *QWriter) DUL(n uint64) + func (w *QWriter) DUL16(n uint16) + func (w *QWriter) DUL32(n uint32) + func (w *QWriter) DUL8(n uint8) + func (w *QWriter) F(f float64) + func (w *QWriter) FPrec(f float64, prec int) + func (w *QWriter) J(s string) + func (w *QWriter) JZ(z []byte) + func (w *QWriter) Q(s string) + func (w *QWriter) QZ(z []byte) + func (w *QWriter) Reset() + func (w *QWriter) S(s string) + func (w *QWriter) SZ(z []byte) + func (w *QWriter) U(s string) + func (w *QWriter) UZ(z []byte) + func (w *QWriter) V(v any) + func (w *QWriter) Write(p []byte) (int, error) + func (w *QWriter) Z(z []byte) + type Writer struct + func AcquireWriter(w io.Writer) *Writer + func (qw *Writer) E() *QWriter + func (qw *Writer) N() *QWriter + func (qw *Writer) W() io.Writer