Uses of Class
org.restlet.representation.StreamRepresentation
Packages that use StreamRepresentation
Package
Description
Supports local connectors and resources.
Common representation data elements.
-
Uses of StreamRepresentation in org.restlet.engine.local
Subclasses of StreamRepresentation in org.restlet.engine.local -
Uses of StreamRepresentation in org.restlet.representation
Subclasses of StreamRepresentation in org.restlet.representationModifier and TypeClassDescriptionclassRepresentation wrapping a byte array.classTransient representation based on a BIO input stream.classObjectRepresentation<T extends Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.classRepresentation based on a BIO output stream.