Aracılığıyla paylaş


Shake128.Read Yöntem

Tanım

Aşırı Yüklemeler

Read(Span<Byte>)
Read(Int32)

Read(Span<Byte>)

public:
 void Read(Span<System::Byte> destination);
public void Read (Span<byte> destination);
member this.Read : Span<byte> -> unit
Public Sub Read (destination As Span(Of Byte))

Parametreler

destination
Span<Byte>

Şunlara uygulanır

Read(Int32)

public:
 cli::array <System::Byte> ^ Read(int outputLength);
public byte[] Read (int outputLength);
member this.Read : int -> byte[]
Public Function Read (outputLength As Integer) As Byte()

Parametreler

outputLength
Int32

Döndürülenler

Byte[]

Şunlara uygulanır