RhinoCommon API
BinaryArchiveWriterWriteCompressedBuffer Method |
Writes a list, an array, or any enumerable of Byte to the archive as a compressed buffer.
The return will always be an array.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)

public void WriteCompressedBuffer( IEnumerable<byte> value )
Public Sub WriteCompressedBuffer ( value As IEnumerable(Of Byte) )
Parameters
- value
- Type: System.Collections.GenericIEnumerableByte
A value to write.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14