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 classAppendableRepresentationRepresents an appendable sequence of characters.classReaderRepresentationTransient representation based on a BIO characters reader.classStringRepresentationRepresents an Unicode string that can be converted to any character set supported by Java.classWriterRepresentationRepresentation based on a BIO characters writer.
-