SoDataCompressorAllocateCompressedBuffer Method |
Allocates the internal buffer to hold the compressed data.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbNativeArray<byte> AllocateCompressedBuffer(
ulong size
)
Public Function AllocateCompressedBuffer (
size As ULong
) As SbNativeArray(Of Byte)
public:
SbNativeArray<unsigned char>^ AllocateCompressedBuffer(
unsigned long long size
)
member AllocateCompressedBuffer :
size : uint64 -> SbNativeArray<byte>
Parameters
- size
- Type: SystemUInt64
is the size to allocate in bytes.
Return Value
Type:
SbNativeArrayByteRemarks See Also