* Fixed bugs related with bulk byte transfer
* ChannelBuffer.setBytes() and writeBytes() doesn't work when a NIO channel is specified. * ChannelBuffer.setBytes() and writeBytes() should return -1 if the connection is closed. * Changed NioWorker.read() to use ChannelBuffer.writeBytes()
* Added string wrapper methods to ChannelBuffers
* Added .classpath, .project and target to svn:ignore