On 06/19/2008 05:06 AM, Tigran Mkrtchyan wrote: > Hi, > > just want to ask why vector operations are not a part to nio? They are, since 1.4: see http://java.sun.com/javase/6/docs/api/java/nio/channels/ScatteringByteChannel.html and http://java.sun.com/javase/6/docs/api/java/nio/channels/GatheringByteChannel.html for more info. - DML