public interface RepositoryContent
Resource
objects which represent resources in a
Repository
must implement this interface. A user of the resource can
then cast the Resource
object to this type and then obtain an
InputStream
to the default content of the resource.Modifier and Type | Method and Description |
---|---|
InputStream |
getContent()
Returns a new input stream to the default format of this resource.
|
InputStream getContent()
Copyright © 2013 JBoss by Red Hat. All rights reserved.