public class NSFUserData extends Object
Constructor and Description |
---|
NSFUserData(String formatName,
byte[] data)
Constructs a new
NSFUserData using the provided format name and byte array
of data. |
public NSFUserData(String formatName, byte[] data)
NSFUserData
using the provided format name and byte array
of data. The byte array is referenced directly; it is not copied in memory.public String getFormatName()
public byte[] getData()
NSFUserData
object. The internal byte array is
returned directly; it is not copied in memoryCopyright © 2014–2018. All rights reserved.