Class ByteArrayAsset

java.lang.Object
org.jboss.shrinkwrap.api.asset.ByteArrayAsset
All Implemented Interfaces:
Asset

public class ByteArrayAsset extends Object implements Asset
Implementation of an Asset backed by a byte array
Version:
$Revision: $
  • Field Details

    • log

      private static final Logger log
      Logger
    • content

      private final byte[] content
      Underlying content
  • Constructor Details

  • Method Details