NexFormat Class
Definition
The NEX snapshot file format for the ZX Spectrum Next.
public sealed class NexFormat : ZXSpectrumSnapshotFormat<NexFile>
Fields
| Name | Description |
|---|---|
Instance |
The singleton instance of the NEX format. |
Methods
| Name | Description |
|---|---|
ReadAsync(IBinaryReader) |
|
WriteAsync(NexFile, IBinaryWriter) |
Writes a strongly typed snapshot file to a IBinaryWriter. |