public class KfsOutputChannel extends java.lang.Object implements java.nio.channels.WritableByteChannel, Positionable
public boolean isOpen()
isOpen
in interface java.nio.channels.Channel
public int write(java.nio.ByteBuffer src) throws java.io.IOException
write
in interface java.nio.channels.WritableByteChannel
java.io.IOException
public int sync() throws java.io.IOException
java.io.IOException
public int seek(long offset) throws java.io.IOException
seek
in interface Positionable
java.io.IOException
public long tell() throws java.io.IOException
tell
in interface Positionable
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in interface java.nio.channels.Channel
java.io.IOException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Copyright 2007-2008 Kosmix Corp. All Rights Reserved