Uses of Class
org.restlet.representation.StreamRepresentation
-
Packages that use StreamRepresentation Package Description org.restlet.representation Common representation data elements. -
-
Uses of StreamRepresentation in org.restlet.representation
Subclasses of StreamRepresentation in org.restlet.representation Modifier and Type Class Description class
ByteArrayRepresentation
Representation wrapping a byte array.class
InputRepresentation
Transient representation based on a BIO input stream.class
ObjectRepresentation<T extends java.io.Serializable>
Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStream
andObjectOutputStream
classes.class
OutputRepresentation
Representation based on a BIO output stream.
-