csnappy

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package csnappy 采用snappy压缩实现的net.conn接口

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conn

type Conn struct {
	net.Conn
	// contains filtered or unexported fields
}

Conn is a generic stream-oriented network connection with snappy

func New

func New(conn net.Conn) *Conn

New new with snappy

func (*Conn) Read

func (sf *Conn) Read(p []byte) (int, error)

Read reads data from the connection.

func (*Conn) Write

func (sf *Conn) Write(p []byte) (int, error)

Write writes data to the connection.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL