Skip to content

IByteSegments - missing method to get byte segment #154

@JedrzejczykRobert

Description

@JedrzejczykRobert

file: ZXIng.ByteSegments

for example:

IByteSegments = Interface
  function Get(index: integer):TArray<byte>;
function TByteSegments.Get(index: Integer) : TArray<byte>;
begin
  Result := FList[index];
end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions