org.restlet.client.representation
Class CharacterRepresentation
java.lang.Object
org.restlet.client.representation.Variant
org.restlet.client.representation.RepresentationInfo
org.restlet.client.representation.Representation
org.restlet.client.representation.CharacterRepresentation
- Direct Known Subclasses:
- StringRepresentation
public abstract class CharacterRepresentation
- extends Representation
Representation based on a BIO character stream.
- Author:
- Jerome Louvel
Methods inherited from class org.restlet.client.representation.Representation |
createEmpty, exhaust, getAvailableSize, getDisposition, getDownloadName, getExpirationDate, getRange, getReader, getSize, getStream, getText, isAvailable, isDownloadable, isTransient, release, setAvailable, setDisposition, setDownloadable, setDownloadName, setExpirationDate, setRange, setSize, setTransient |
Methods inherited from class org.restlet.client.representation.Variant |
createClientInfo, equals, getCharacterSet, getEncodings, getIdentifier, getLanguages, getLocationRef, getMediaType, includes, isCompatible, setCharacterSet, setEncodings, setIdentifier, setIdentifier, setLanguages, setLocationRef, setLocationRef, setMediaType, toString |
CharacterRepresentation
public CharacterRepresentation(MediaType mediaType)
- Constructor.
- Parameters:
mediaType
- The media type.
Copyright © 2005-2010 Noelios Technologies.