Header menu logo fantomas

ByteStream Type

Instance members

Instance member Description

this.IsEOF

Full Usage: this.IsEOF

Returns: bool
Returns: bool

this.Position

Full Usage: this.Position

Returns: int
Returns: int

this.ReadByte

Full Usage: this.ReadByte

Returns: byte
Returns: byte

this.ReadBytes

Full Usage: this.ReadBytes

Parameters:
    arg0 : int

Returns: ReadOnlyByteMemory
arg0 : int
Returns: ReadOnlyByteMemory

this.ReadUtf8String

Full Usage: this.ReadUtf8String

Parameters:
    arg0 : int

Returns: string
arg0 : int
Returns: string

Static members

Static member Description

ByteStream.FromBytes(arg1, start, length)

Full Usage: ByteStream.FromBytes(arg1, start, length)

Parameters:
Returns: ByteStream
arg0 : ReadOnlyByteMemory
start : int
length : int
Returns: ByteStream

Type something to start searching.