Restlet Framework 2.2.2
Google Web Toolkit

org.restlet.client.representation
Class CharacterRepresentation

java.lang.Object
  extended by org.restlet.client.representation.Variant
      extended by org.restlet.client.representation.RepresentationInfo
          extended by org.restlet.client.representation.Representation
              extended by 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

Field Summary
 
Fields inherited from class org.restlet.client.representation.Representation
UNKNOWN_SIZE
 
Constructor Summary
CharacterRepresentation(MediaType mediaType)
          Constructor.
 
Method Summary
 
Methods inherited from class org.restlet.client.representation.Representation
append, exhaust, getAvailableSize, getDisposition, getExpirationDate, getRange, getReader, getSize, getStream, getText, hasKnownSize, isAvailable, isEmpty, isTransient, release, setAvailable, setDisposition, setExpirationDate, setRange, setSize, setTransient
 
Methods inherited from class org.restlet.client.representation.RepresentationInfo
getModificationDate, getTag, setModificationDate, setTag
 
Methods inherited from class org.restlet.client.representation.Variant
createClientInfo, equals, getCharacterSet, getEncodings, getLanguages, getLocationRef, getMediaType, includes, isCompatible, setCharacterSet, setEncodings, setLanguages, setLocationRef, setLocationRef, setMediaType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharacterRepresentation

public CharacterRepresentation(MediaType mediaType)
Constructor.

Parameters:
mediaType - The media type.

Restlet Framework 2.2.2
Google Web Toolkit

Copyright © 2005-2014 Restlet.