LZ4Codec
Decode(Byte[], Int32, Int32, Byte[], Int32, Int32)
Decode32Safe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Decode32Unsafe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Decode64Safe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Decode64Unsafe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Encode(Byte[], Int32, Int32, Byte[], Int32, Int32)
Encode32Safe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Encode32Unsafe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Encode64Safe(Byte[], Int32, Int32, Byte[], Int32, Int32)
Encode64Unsafe(Byte[], Int32, Int32, Byte[], Int32, Int32)
MaximumOutputLength(Int32)
netcoreapp2.2
namespace MessagePack.LZ4
{
public static class LZ4Codec
{
public static int Encode64Unsafe(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int outputLength);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | MessagePack , Version=1.7.3.7, PublicKeyToken=b4a0369545f0a1be |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API