package io

import "github.com/ClickHouse/clickhouse-go/v2/lib/io"

Index

Types

type Stream

type Stream struct {
	// contains filtered or unexported fields
}

func NewStream

func NewStream(rw io.ReadWriter) *Stream

func (*Stream) Close

func (s *Stream) Close() error

func (*Stream) Compress

func (s *Stream) Compress(v bool)

func (*Stream) Flush

func (s *Stream) Flush() error

func (*Stream) Read

func (s *Stream) Read(p []byte) (int, error)

func (*Stream) Write

func (s *Stream) Write(p []byte) (int, error)

Source Files

stream.go

Version
v2.0.0-beta.3
Published
Jan 24, 2022
Platform
js/wasm
Imports
3 packages
Last checked
42 minutes ago

Tools for package owners.