| SoDataCompressorAllocateCompressedBuffer Method  | 
Allocates the internal buffer to hold the compressed data. 
 
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SbNativeArrayByte
Remarks
See Also