Representation based on a writable NIO byte channel. The
write(WritableByteChannel) method needs to be overriden in subclasses.
author: Jerome Louvel (contact@noelios.com)
Writes the representation to a byte channel. This method is ensured to
write the full content for each invocation unless it is a transient
representation, in which case an exception is thrown.
Parameters: writableChannel - A writable byte channel. throws: IOException -
Methods inherited from org.restlet.resource.ChannelRepresentation