go.bytes

Go to Haxe source-to-source compiler

..
Buffer

A Buffer is a variable-sized buffer of bytes with Read and Write methods. The zero value for Buffer is an empty buffer ready to use.

BufferPointer

BufferPointerPointer

BufferPointer_asInterface

Buffer_asInterface

Bytes

Package bytes implements functions for the manipulation of byte slices. It is analogous to the facilities of the [strings] package.

Reader

A Reader implements the io.Reader, io.ReaderAt, io.WriterTo, io.Seeker, io.ByteScanner, and io.RuneScanner interfaces by reading from a byte slice. Unlike a Buffer, a Reader is read-only and supports seeking. The zero value for Reader operates like a Reader of an empty slice.

ReaderPointer

ReaderPointerPointer

ReaderPointer_asInterface

Reader_asInterface