IBinFile Type
Represents a format-agnostic binary file interface.
Instance members
Instance member | Description |
Full Usage:
this.Length
Returns: int
Modifiers: abstract |
|
Full Usage:
this.RawBytes
Returns: byte[]
Modifiers: abstract |
|
|
|
Static members
Static member | Description |
Full Usage:
IBinFile.Slice(file, offset, len)
Parameters:
IBinFile
offset : int
len : int
Returns: ReadOnlySpan<byte>
|