public class BinaryAsset extends AbstractAsset<byte[]>
Asset.AssetType| Constructor and Description |
|---|
BinaryAsset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptBytes() |
byte[] |
getAssetContent()
Returns actual content of this asset
|
void |
setAssetContent(byte[] content) |
getAssetLocation, getAssetType, getCreationDate, getDescription, getFullName, getLastModificationDate, getName, getOwner, getUniqueId, getVersion, setAssetLocation, setAssetTpe, setCreationDate, setDescription, setLastModificationDate, setName, setOwner, setUniqueId, setVersionpublic byte[] getAssetContent()
Assetpublic void setAssetContent(byte[] content)
setAssetContent in class AbstractAsset<byte[]>public boolean acceptBytes()
acceptBytes in class AbstractAsset<byte[]>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.