java

package
v0.0.0-...-4f40efb Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jchan

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

func NewChan

func NewChan(cmd *exec.Cmd) (*Jchan, error)

func (*Jchan) ReadByte

func (j *Jchan) ReadByte() (byte, error)

func (*Jchan) ReadFloat32

func (j *Jchan) ReadFloat32() (float32, error)

func (*Jchan) ReadFloat64

func (j *Jchan) ReadFloat64() (float64, error)

func (*Jchan) ReadInt16

func (j *Jchan) ReadInt16() (int16, error)

func (*Jchan) ReadInt32

func (j *Jchan) ReadInt32() (int32, error)

func (*Jchan) ReadInt64

func (j *Jchan) ReadInt64() (int64, error)

func (*Jchan) ReadString

func (j *Jchan) ReadString() (string, error)

func (*Jchan) WriteBool

func (j *Jchan) WriteBool(i bool) error

func (*Jchan) WriteByte

func (j *Jchan) WriteByte(i byte) error

func (*Jchan) WriteFloat64

func (j *Jchan) WriteFloat64(i float64) error

func (*Jchan) WriteInt32

func (j *Jchan) WriteInt32(i int32) error

func (*Jchan) WriteInt64

func (j *Jchan) WriteInt64(i int64) error

func (*Jchan) WriteString

func (j *Jchan) WriteString(i string) error

func (*Jchan) WriteTime

func (j *Jchan) WriteTime(t time.Time) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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