Uses of Class
org.restlet.representation.StreamRepresentation

Packages that use StreamRepresentation
org.restlet.engine.local Supports local connectors and resources. 
org.restlet.representation Common representation data elements. 
 

Uses of StreamRepresentation in org.restlet.engine.local
 

Subclasses of StreamRepresentation in org.restlet.engine.local
 class ZipEntryRepresentation
          An entry in a Zip/JAR file.
 

Uses of StreamRepresentation in org.restlet.representation
 

Subclasses of StreamRepresentation in org.restlet.representation
 class ByteArrayRepresentation
          Representation wrapping a byte array.
 class InputRepresentation
          Transient representation based on a BIO input stream.
 class ObjectRepresentation<T extends Serializable>
          Representation based on a serializable Java object.
It supports binary representations of JavaBeans using the ObjectInputStream and ObjectOutputStream classes.
 class OutputRepresentation
          Representation based on a BIO output stream.
 



Copyright © 2005-2014 Restlet.