Uses of Class
org.restlet.representation.CharacterRepresentation
-
Packages that use CharacterRepresentation Package Description org.restlet.representation Common representation data elements. -
-
Uses of CharacterRepresentation in org.restlet.representation
Subclasses of CharacterRepresentation in org.restlet.representation Modifier and Type Class Description class
AppendableRepresentation
Represents an appendable sequence of characters.class
ReaderRepresentation
Transient representation based on a BIO characters reader.class
StringRepresentation
Represents an Unicode string that can be converted to any character set supported by Java.class
WriterRepresentation
Representation based on a BIO characters writer.
-