Skip to content

ZXSpectrumTapeFormat<TFile>.Read Method

Overloads

Name Description
Read(Byte[]) Reads a tape file from a byte array.
Read(Stream) Reads a tape file from a stream.

Read(Byte[])

Reads a tape file from a byte array.

public new TFile Read(Byte[] bytes);

View source

Parameters

Name Type Description
bytes Byte[] The byte array to read from.

Returns

TFile

The tape file read from the byte array.

Read(Stream)

Reads a tape file from a stream.

public new TFile Read(Stream stream);

View source

Parameters

Name Type Description
stream Stream The stream to read from.

Returns

TFile

The tape file read from the stream.