dnSpy.Contracts.Hex.HexBuffer.ReadBytes C# (CSharp) Method

ReadBytes() public abstract method

Reads bytes
public abstract ReadBytes ( HexSpan span ) : byte[]
span HexSpan Span
return byte[]
		public abstract byte[] ReadBytes(HexSpan span);

Same methods

HexBuffer::ReadBytes ( HexPosition position, long length ) : byte[]
HexBuffer::ReadBytes ( HexPosition position, ulong length ) : byte[]
HexBuffer::ReadBytes ( HexPosition position, byte destination ) : void
HexBuffer::ReadBytes ( HexPosition position, byte destination, long destinationIndex, long length ) : void