Skip to content

N64EndiannessSwapStream ​

A stream that swaps endianness for N64 ROMs.

Kind: Class

Namespace: CrowdControl.Games

Inheritance: Stream → IAsyncDisposable → IDisposable

Public Constructors

N64EndiannessSwapStream(Stream source, Endianness sourceEndianness, Endianness destEndianness)

Creates a new instance of the CrowdControl.Games.N64EndiannessSwapStream class.

Public Member Functions

virtual override

void

Flush()

virtual override

int

Read(byte[] buffer, int offset, int count)

virtual override

long

Seek(long offset, SeekOrigin origin)

virtual override

void

SetLength(long value)

virtual override

void

Write(byte[] buffer, int offset, int count)

Properties

bool

CanRead

[get, ]

bool

CanSeek

[get, ]

bool

CanWrite

[get, ]

long

Length

[get, ]

long

Position

[get, set]