Uses of Class
org.restlet.representation.StreamRepresentation

Packages that use StreamRepresentation
org.restlet.representation Common representation data elements. 
 

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-2013 Restlet.