| Obtain a WritableByteChannel from the given URL. If the url
protocol is file, a FileChannel will be returned. Currently, this
method will return a generic channel for remote urls, however both
shape and dbf writing can only occur with a local FileChannel channel.
Parameters: url - DOCUMENT ME! DOCUMENT ME! throws: IOException - DOCUMENT ME! |