bytereader

package module
v0.0.0-...-e13b13e Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 2 Imported by: 0

README

go-bytereader

Package bytereader implements tools for working with io.ByteReader.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-bytereader

GoDoc

Import

To import package bytereader use import code like the follownig:

import "sourcecode.social/reiver/go-bytereader"

Installation

To install package bytereader do the following:

GOPROXY=direct go get https://sourcecode.social/reiver/go-bytereader

Author

Package bytereader was written by Charles Iliya Krempeaux

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewByteReaderFromString

func NewByteReaderFromString(value string) io.ByteReader

NewByteReaderFromString returns a new io.ByteReader from a string.

Example usage:

var s string = "ONCE 🙂 TWICE 🙂 THRICE 🙂 FOURCE"

var byteReader io.ByteReader = bytereader.NewByteReaderFromString(s)

Types

This section is empty.

Jump to

Keyboard shortcuts

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