Hunny Software Library Reference

AppleFile.Unpack Method 

Unpacks the packed file data

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

Remarks

Before calling Unpack(), you should set the PackedData property to set the buffer of packed file data. After calling Unpack(), you may access other properties to retrieve the unpacked file information.

If an error occurs, the method throws a DecodeException.

Exceptions

Exception TypeCondition
DecodeException an error occurred while unpacking the data

See Also

AppleFile Class | Hunny.Mime Namespace