Hunny Software Library Reference

AppleFile.Pack Method 

Packs the file data into a single buffer

[Visual Basic]
Public Sub Pack()
[C#]
public void Pack();

Remarks

After calling Pack(), you may get the packed data by retrieving the PackedData property.

See Also

AppleFile Class | Hunny.Mime Namespace