Hunny Software Library Reference

AppleFile.PackedData Property

Gets or sets the buffer of packed file data.

[Visual Basic]
Public Property PackedData As ByteString
[C#]
public Hunny.Base.ByteString PackedData {get; set;}

Property Value

the content of the packed file

Remarks

This property always returns a valid reference -- it never returns null. If there is no file name, the property returns a zero-length ByteString.

See Also

AppleFile Class | Hunny.Mime Namespace