org.apache.felix.ipojo.bnd
Class ByteArrayResource

java.lang.Object
  extended by aQute.lib.osgi.AbstractResource
      extended by org.apache.felix.ipojo.bnd.ByteArrayResource
All Implemented Interfaces:
aQute.lib.osgi.Resource

public class ByteArrayResource
extends aQute.lib.osgi.AbstractResource

A ByteArrayResource is ...

Author:
Felix Project Team

Constructor Summary
ByteArrayResource(byte[] content)
           
 
Method Summary
protected  byte[] getBytes()
           
 
Methods inherited from class aQute.lib.osgi.AbstractResource
getExtra, lastModified, openInputStream, setExtra, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayResource

public ByteArrayResource(byte[] content)
Method Detail

getBytes

protected byte[] getBytes()
                   throws java.lang.Exception
Specified by:
getBytes in class aQute.lib.osgi.AbstractResource
Throws:
java.lang.Exception


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.