Package org.restlet.representation
package org.restlet.representation
Common representation data elements.
- Since:
- Restlet 2.0
- See Also:
-
ClassesClassDescriptionRepresents an appendable sequence of characters.Representation capable of buffering the wrapped representation.Representation wrapping a byte array.Representation based on a BIO character stream.Representation capable of computing a digest.Empty representation with no content.Representation based on a static file.Transient representation based on a BIO input stream.ObjectRepresentation<T extends Serializable>Representation based on a serializable Java object.
It supports binary representations of JavaBeans using theObjectInputStreamandObjectOutputStreamclasses.Representation based on a BIO output stream.Transient representation based on a BIO characters reader.Current or intended state of a resource.Information about a representation.Representation based on a BIO stream.Represents an Unicode string that can be converted to any character set supported by Java.Descriptor for available representations of a resource.Representation based on a BIO characters writer.